interface CfnDomainProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.SDB.CfnDomainProps |
Java | software.amazon.awscdk.services.sdb.CfnDomainProps |
Python | aws_cdk.aws_sdb.CfnDomainProps |
TypeScript | @aws-cdk/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 * as sdb from '@aws-cdk/aws-sdb';
const cfnDomainProps: sdb.CfnDomainProps = {
description: 'description',
};
Properties
| Name | Type | Description |
|---|---|---|
| description? | string | Information about the SimpleDB domain. |
description?
Type:
string
(optional)
Information about the SimpleDB domain.

.NET
Java
Python
TypeScript