Container Args
data class ContainerArgs(val containerServiceDeployment: Output<ContainerServiceDeploymentArgs>? = null, val isDisabled: Output<Boolean>? = null, val power: Output<String>? = null, val privateRegistryAccess: Output<ContainerPrivateRegistryAccessArgs>? = null, val publicDomainNames: Output<List<ContainerPublicDomainNameArgs>>? = null, val scale: Output<Int>? = null, val serviceName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<ContainerArgs>
Resource Type definition for AWS::Lightsail::Container
Constructors
Link copied to clipboard
constructor(containerServiceDeployment: Output<ContainerServiceDeploymentArgs>? = null, isDisabled: Output<Boolean>? = null, power: Output<String>? = null, privateRegistryAccess: Output<ContainerPrivateRegistryAccessArgs>? = null, publicDomainNames: Output<List<ContainerPublicDomainNameArgs>>? = null, scale: Output<Int>? = null, serviceName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
Describes a container deployment configuration of an Amazon Lightsail container service.
Link copied to clipboard
A Boolean value to indicate whether the container service is disabled.
Link copied to clipboard
A Boolean value to indicate whether the container service has access to private container image repositories, such as Amazon Elastic Container Registry (Amazon ECR) private repositories.
Link copied to clipboard
The public domain names to use with the container service, such as example.com and www.example.com.
Link copied to clipboard
The name for the container service.