AWS::SDB::Domain - 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::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, Amazon 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 Amazon 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