aws-cdk-lib.aws_sdb.CfnDomainProps

interface CfnDomainProps

LanguageType name
.NETAmazon.CDK.AWS.SDB.CfnDomainProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssdb#CfnDomainProps
Javasoftware.amazon.awscdk.services.sdb.CfnDomainProps
Pythonaws_cdk.aws_sdb.CfnDomainProps
TypeScript aws-cdk-lib » aws_sdb » CfnDomainProps

Properties for defining a CfnDomain.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sdb as sdb } from 'aws-cdk-lib';
const cfnDomainProps: sdb.CfnDomainProps = {
  description: 'description',
};

Properties

NameTypeDescription
description?stringInformation about the SimpleDB domain.

description?

Type: string (optional)

Information about the SimpleDB domain.