interface CfnEntitledDataSetsProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.DataExchange.CfnEntitledDataSetsProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsdataexchange#CfnEntitledDataSetsProps |
Java | software.amazon.awscdk.services.dataexchange.CfnEntitledDataSetsProps |
Python | aws_cdk.aws_dataexchange.CfnEntitledDataSetsProps |
TypeScript | aws-cdk-lib » aws_dataexchange » CfnEntitledDataSetsProps |
Properties for defining a CfnEntitledDataSets.
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-lib';
const cfnEntitledDataSetsProps: dataexchange.CfnEntitledDataSetsProps = {
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