CfnEntitledDataSetsProps

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

Bases: object

Properties for defining a CfnEntitledDataSets.

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 import aws_dataexchange as dataexchange

cfn_entitled_data_sets_props = dataexchange.CfnEntitledDataSetsProps(
    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