AWS::Lightsail::Container PublicEndpoint
PublicEndpoint
is a property of the ContainerServiceDeployment property. It describes describes the settings of the
public endpoint of a container on a container service.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ContainerName" :
String
, "ContainerPort" :Integer
, "HealthCheckConfig" :HealthCheckConfig
}
YAML
ContainerName:
String
ContainerPort:Integer
HealthCheckConfig:HealthCheckConfig
Properties
ContainerName
-
The name of the container entry of the deployment that the endpoint configuration applies to.
Required: No
Type: String
Update requires: No interruption
ContainerPort
-
The port of the specified container to which traffic is forwarded to.
Required: No
Type: Integer
Update requires: No interruption
HealthCheckConfig
-
An object that describes the health check configuration of the container.
Required: No
Type: HealthCheckConfig
Update requires: No interruption