interface CfnEntitledDataSetsMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataExchange.CfnEntitledDataSetsMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdataexchange#CfnEntitledDataSetsMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.dataexchange.CfnEntitledDataSetsMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_dataexchange.CfnEntitledDataSetsMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_dataexchange » CfnEntitledDataSetsMixinProps |
Properties for CfnEntitledDataSetsPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_dataexchange as dataexchange } from '@aws-cdk/cfn-property-mixins';
const cfnEntitledDataSetsMixinProps: dataexchange.CfnEntitledDataSetsMixinProps = {
assetType: 'assetType',
description: 'description',
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| asset | string | |
| description? | string | |
| name? | string |
assetType?
Type:
string
(optional)
description?
Type:
string
(optional)
name?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript