interface CfnDomainMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SDB.CfnDomainMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssdb#CfnDomainMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.sdb.CfnDomainMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_sdb.CfnDomainMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sdb » CfnDomainMixinProps |
Properties for CfnDomainPropsMixin.
See also: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sdb-domain.html
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/cfn-property-mixins';
const cfnDomainMixinProps: sdb.CfnDomainMixinProps = {
description: 'description',
};
Properties
| Name | Type | Description |
|---|---|---|
| description? | string | Information about the SimpleDB domain. |
description?
Type:
string
(optional)
Information about the SimpleDB domain.

.NET
Go
Java
Python
TypeScript