AWS::SDB::Domain - AWS CloudFormation

AWS::SDB::Domain

Use the AWS::SDB::Domain resource to declare a SimpleDB domain. When you specify AWS::SDB::Domain as an argument in a Ref function, AWS CloudFormation returns the value of the DomainName.

Important

The AWS::SDB::Domain resource does not allow any updates, including metadata updates.

Syntax

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

JSON

{ "Type" : "AWS::SDB::Domain", "Properties" : { "Description" : String } }

YAML

Type: AWS::SDB::Domain Properties: Description: String

Properties

Description

Information about the SimpleDB domain.

Required: No

Type: String

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the value of the DomainName, such as: Domain1-123456789012.

For more information about using the Ref function, see Ref.

Fn::GetAtt