aws-cdk-lib.aws_quicksight.CfnTemplate.AxisLabelReferenceOptionsProperty

interface AxisLabelReferenceOptionsProperty

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

The reference that specifies where the axis label is applied to.

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 axisLabelReferenceOptionsProperty: quicksight.CfnTemplate.AxisLabelReferenceOptionsProperty = {
  column: {
    columnName: 'columnName',
    dataSetIdentifier: 'dataSetIdentifier',
  },
  fieldId: 'fieldId',
};

Properties

NameTypeDescription
columnIResolvable | ColumnIdentifierPropertyThe column that the axis label is targeted to.
fieldIdstringThe field that the axis label is targeted to.

column

Type: IResolvable | ColumnIdentifierProperty

The column that the axis label is targeted to.


fieldId

Type: string

The field that the axis label is targeted to.