Container

class Container

Describes the settings of a container that will be launched, or that is launched, to an Amazon Lightsail container service.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The launch command for the container.

Link copied to clipboard

The environment variables of the container.

Link copied to clipboard

The name of the image used for the container.

Link copied to clipboard

The open firewall ports of the container.

Functions

Link copied to clipboard
inline fun copy(block: Container.Builder.() -> Unit = {}): Container
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String