AWS::Lightsail::Container PublicDomainName - 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 PublicDomainName

PublicDomainName is a property of the AWS::Lightsail::Container resource. It describes the public domain names to use with a container service, such as example.com and www.example.com. It also describes the certificates to use with a container service.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CertificateName" : String, "DomainNames" : [ String, ... ] }

YAML

CertificateName: String DomainNames: - String

Properties

CertificateName

The name of the certificate for the public domains.

Required: No

Type: String

Update requires: No interruption

DomainNames

The public domain names to use with the container service.

Required: No

Type: Array of String

Update requires: No interruption