CfnDomainMixinProps

class aws_cdk.cfn_property_mixins.aws_sdb.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.cfn_property_mixins import aws_sdb as sdb

cfn_domain_mixin_props = sdb.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