AWS::SDB::DomainUse 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` . > The `AWS::SDB::Domain` resource does not allow any updates, including metadata updates.
import { CfnDomain } from 'aws-cdk-lib/aws-sdb';Or use the module namespace:
import * as sdb from 'aws-cdk-lib/aws-sdb';
// sdb.CfnDomainConfiguration passed to the constructor as CfnDomainProps.
descriptionOptionalstringInformation about the SimpleDB domain.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-sdbAWS::SDB::Domain