interface DataSetIdentifierDeclarationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnDashboard.DataSetIdentifierDeclarationProperty |
Java | software.amazon.awscdk.services.quicksight.CfnDashboard.DataSetIdentifierDeclarationProperty |
Python | aws_cdk.aws_quicksight.CfnDashboard.DataSetIdentifierDeclarationProperty |
TypeScript | @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.