interface DataSetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.DataSetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#DataSetReference |
![]() | software.amazon.awscdk.services.quicksight.DataSetReference |
![]() | aws_cdk.aws_quicksight.DataSetReference |
![]() | aws-cdk-lib » aws_quicksight » 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_quicksight as quicksight } from 'aws-cdk-lib';
const dataSetReference: quicksight.DataSetReference = {
awsAccountId: 'awsAccountId',
dataSetArn: 'dataSetArn',
dataSetId: 'dataSetId',
};
Properties
Name | Type | Description |
---|---|---|
aws | string | The AwsAccountId of the DataSet resource. |
data | string | The ARN of the DataSet resource. |
data | string | The DataSetId of the DataSet resource. |
awsAccountId
Type:
string
The AwsAccountId of the DataSet resource.
dataSetArn
Type:
string
The ARN of the DataSet resource.
dataSetId
Type:
string
The DataSetId of the DataSet resource.