CfnEntitledDataSetsMixinProps

class aws_cdk.cfn_property_mixins.aws_dataexchange.CfnEntitledDataSetsMixinProps(*, asset_type=None, description=None, name=None)

Bases: object

Properties for CfnEntitledDataSetsPropsMixin.

Parameters:
  • asset_type (Optional[str])

  • description (Optional[str])

  • name (Optional[str])

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dataexchange-entitleddatasets.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_dataexchange as dataexchange

cfn_entitled_data_sets_mixin_props = dataexchange.CfnEntitledDataSetsMixinProps(
    asset_type="assetType",
    description="description",
    name="name"
)

Attributes

asset_type

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dataexchange-entitleddatasets.html#cfn-dataexchange-entitleddatasets-assettype

Type:

see

description

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

Type:

see

name

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dataexchange-entitleddatasets.html#cfn-dataexchange-entitleddatasets-name

Type:

see