interface AnalysisSourceTemplateProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.AnalysisSourceTemplateProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_AnalysisSourceTemplateProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.AnalysisSourceTemplateProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.AnalysisSourceTemplateProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » AnalysisSourceTemplateProperty |
The source template of an analysis.
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 analysisSourceTemplateProperty: quicksight.CfnAnalysis.AnalysisSourceTemplateProperty = {
arn: 'arn',
dataSetReferences: [{
dataSetArn: 'dataSetArn',
dataSetPlaceholder: 'dataSetPlaceholder',
}],
};
Properties
Name | Type | Description |
---|---|---|
arn | string | The Amazon Resource Name (ARN) of the source template of an analysis. |
data | IResolvable | IResolvable | Data [] | The dataset references of the source template of an analysis. |
arn
Type:
string
The Amazon Resource Name (ARN) of the source template of an analysis.
dataSetReferences
Type:
IResolvable
|
IResolvable
|
Data
[]
The dataset references of the source template of an analysis.