AWS::SDB::Domain
Use the AWS::SDB::Domain resource to declare an Amazon 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
