Container Args
data class ContainerArgs(val command: Output<List<String>>? = null, val containerName: Output<String>? = null, val environment: Output<List<ContainerEnvironmentVariableArgs>>? = null, val image: Output<String>? = null, val ports: Output<List<ContainerPortInfoArgs>>? = null) : ConvertibleToJava<ContainerArgs>
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: Output<List<String>>? = null, containerName: Output<String>? = null, environment: Output<List<ContainerEnvironmentVariableArgs>>? = null, image: Output<String>? = null, ports: Output<List<ContainerPortInfoArgs>>? = null)