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