CfnEntitledDataSetsProps
- class aws_cdk.aws_dataexchange.CfnEntitledDataSetsProps(*, asset_type=None, description=None, name=None)
Bases:
objectProperties for defining a
CfnEntitledDataSets.- Parameters:
asset_type (
Optional[str])description (
Optional[str])name (
Optional[str])
- See:
- 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
-
- Type:
see
- description
-
- Type:
see