Container
data class Container(val command: List<String>? = null, val containerName: String? = null, val environment: List<ContainerEnvironmentVariable>? = null, val image: String? = null, val ports: List<ContainerPortInfo>? = null)
Describes the settings of a container that will be launched, or that is launched, to an Amazon Lightsail container service.
Constructors
Link copied to clipboard
constructor(command: List<String>? = null, containerName: String? = null, environment: List<ContainerEnvironmentVariable>? = null, image: String? = null, ports: List<ContainerPortInfo>? = null)