interface DatasetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoTSiteWise.DatasetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiotsitewise#DatasetReference |
![]() | software.amazon.awscdk.services.iotsitewise.DatasetReference |
![]() | aws_cdk.aws_iotsitewise.DatasetReference |
![]() | aws-cdk-lib » aws_iotsitewise » DatasetReference |
A reference to a Dataset resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iotsitewise as iotsitewise } from 'aws-cdk-lib';
const datasetReference: iotsitewise.DatasetReference = {
datasetArn: 'datasetArn',
datasetId: 'datasetId',
};
Properties
Name | Type | Description |
---|---|---|
dataset | string | The ARN of the Dataset resource. |
dataset | string | The DatasetId of the Dataset resource. |
datasetArn
Type:
string
The ARN of the Dataset resource.
datasetId
Type:
string
The DatasetId of the Dataset resource.