interface DataSetIdentifierDeclarationProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.QuickSight.CfnDashboard.DataSetIdentifierDeclarationProperty |
![]() | software.amazon.awscdk.services.quicksight.CfnDashboard.DataSetIdentifierDeclarationProperty |
![]() | aws_cdk.aws_quicksight.CfnDashboard.DataSetIdentifierDeclarationProperty |
![]() | @aws-cdk/aws-quicksight » CfnDashboard » DataSetIdentifierDeclarationProperty |
A data set.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as quicksight from '@aws-cdk/aws-quicksight';
const dataSetIdentifierDeclarationProperty: quicksight.CfnDashboard.DataSetIdentifierDeclarationProperty = {
dataSetArn: 'dataSetArn',
identifier: 'identifier',
};
Properties
Name | Type | Description |
---|---|---|
data | string | The Amazon Resource Name (ARN) of the data set. |
identifier | string | The identifier of the data set, typically the data set's name. |
dataSetArn
Type:
string
The Amazon Resource Name (ARN) of the data set.
identifier
Type:
string
The identifier of the data set, typically the data set's name.