This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Lightsail::Domain
Describes a domain where you are storing recordsets.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Lightsail::Domain", "Properties" : { "DomainEntries" :
[ DomainEntry, ... ]
, "DomainName" :String
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::Lightsail::Domain Properties: DomainEntries:
- DomainEntry
DomainName:String
Tags:- Tag
Properties
DomainEntries
-
An array of key-value pairs containing information about the domain entries.
Required: No
Type: Array of DomainEntry
Update requires: No interruption
DomainName
-
The fully qualified domain name in the certificate request.
Required: Yes
Type: String
Update requires: Replacement
-
The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.
Required: No
Type: Array of Tag
Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn
-
The Amazon Resource Name (ARN) of the domain recordset (
arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE
). CreatedAt
-
The date when the domain recordset was created.
ResourceType
-
The resource type.
SupportCode
-
The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.