AWS::Lightsail::Container PublicEndpoint - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon CloudFormation template, use the following syntax:

JSON

{ "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