AWS::Lightsail::Container ContainerServiceDeployment
ContainerServiceDeployment
is a property of the AWS::Lightsail::Container resource. It describes a container deployment
configuration of a container service.
A deployment specifies the settings, such as the ports and launch command, of containers that are deployed to your container service.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Containers" :
[ Container, ... ]
, "PublicEndpoint" :PublicEndpoint
}
YAML
Containers:
- Container
PublicEndpoint:PublicEndpoint
Properties
Containers
-
An object that describes the configuration for the containers of the deployment.
Required: No
Type: Array of Container
Update requires: No interruption
PublicEndpoint
-
An object that describes the endpoint of the deployment.
Required: No
Type: PublicEndpoint
Update requires: No interruption