aws-cdk-lib.aws_quicksight.CfnDashboard.ContributionAnalysisDefaultProperty

interface ContributionAnalysisDefaultProperty

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

The contribution analysis visual display for a line, pie, or bar chart.

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 contributionAnalysisDefaultProperty: quicksight.CfnDashboard.ContributionAnalysisDefaultProperty = {
  contributorDimensions: [{
    columnName: 'columnName',
    dataSetIdentifier: 'dataSetIdentifier',
  }],
  measureFieldId: 'measureFieldId',
};

Properties

NameTypeDescription
contributorDimensionsIResolvable | IResolvable | ColumnIdentifierProperty[]The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .
measureFieldIdstringThe measure field that is used in the contribution analysis.

contributorDimensions

Type: IResolvable | IResolvable | ColumnIdentifierProperty[]

The dimensions columns that are used in the contribution analysis, usually a list of ColumnIdentifiers .


measureFieldId

Type: string

The measure field that is used in the contribution analysis.