CfnDomainMixinProps

class aws_cdk.mixins_preview.aws_sdb.mixins.CfnDomainMixinProps(*, description=None)

Bases: object

Properties for CfnDomainPropsMixin.

Parameters:

description (Optional[str]) – Information about the SimpleDB domain.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sdb-domain.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.mixins_preview.aws_sdb import mixins as sdb_mixins

cfn_domain_mixin_props = sdb_mixins.CfnDomainMixinProps(
    description="description"
)

Attributes

description

Information about the SimpleDB domain.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-sdb-domain.html#cfn-sdb-domain-description