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