AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::SDB::Domain

CfnDomain

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` . > The `AWS::SDB::Domain` resource does not allow any updates, including metadata updates.

Import

import { CfnDomain } from 'aws-cdk-lib/aws-sdb';

Or use the module namespace:

import * as sdb from 'aws-cdk-lib/aws-sdb';
// sdb.CfnDomain

Properties

Configuration passed to the constructor as CfnDomainProps.

descriptionOptional
string

Information about the SimpleDB domain.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-sdb
CFN TypeAWS::SDB::Domain
Properties1

External Links