aws-cdk-lib.aws_quicksight.CfnDashboard.DataSetIdentifierDeclarationProperty

interface DataSetIdentifierDeclarationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnDashboard.DataSetIdentifierDeclarationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnDashboard_DataSetIdentifierDeclarationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnDashboard.DataSetIdentifierDeclarationProperty
Pythonaws_cdk.aws_quicksight.CfnDashboard.DataSetIdentifierDeclarationProperty
TypeScript aws-cdk-lib » 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 { aws_quicksight as quicksight } from 'aws-cdk-lib';
const dataSetIdentifierDeclarationProperty: quicksight.CfnDashboard.DataSetIdentifierDeclarationProperty = {
  dataSetArn: 'dataSetArn',
  identifier: 'identifier',
};

Properties

NameTypeDescription
dataSetArnstringThe Amazon Resource Name (ARN) of the data set.
identifierstringThe 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.