aws-cdk-lib.aws_quicksight.CfnAnalysis.AnalysisSourceEntityProperty

interface AnalysisSourceEntityProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnAnalysis.AnalysisSourceEntityProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_AnalysisSourceEntityProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnAnalysis.AnalysisSourceEntityProperty
Pythonaws_cdk.aws_quicksight.CfnAnalysis.AnalysisSourceEntityProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnAnalysis » AnalysisSourceEntityProperty

The source entity 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 analysisSourceEntityProperty: quicksight.CfnAnalysis.AnalysisSourceEntityProperty = {
  sourceTemplate: {
    arn: 'arn',
    dataSetReferences: [{
      dataSetArn: 'dataSetArn',
      dataSetPlaceholder: 'dataSetPlaceholder',
    }],
  },
};

Properties

NameTypeDescription
sourceTemplate?IResolvable | AnalysisSourceTemplatePropertyThe source template for the source entity of the analysis.

sourceTemplate?

Type: IResolvable | AnalysisSourceTemplateProperty (optional)

The source template for the source entity of the analysis.