interface DataSetIdentifierDeclarationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnAnalysisPropsMixin.DataSetIdentifierDeclarationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnAnalysisPropsMixin_DataSetIdentifierDeclarationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.DataSetIdentifierDeclarationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnAnalysisPropsMixin.DataSetIdentifierDeclarationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnAnalysisPropsMixin » 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/cfn-property-mixins';
const dataSetIdentifierDeclarationProperty: quicksight.CfnAnalysisPropsMixin.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
(optional)
The Amazon Resource Name (ARN) of the data set.
identifier?
Type:
string
(optional)
The identifier of the data set, typically the data set's name.

.NET
Go
Java
Python
TypeScript