AWS::Lightsail::Container PublicEndpoint - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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