aws-cdk-lib.aws_quicksight.CfnTemplate.TableInlineVisualizationProperty

interface TableInlineVisualizationProperty

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

The inline visualization of a specific type to display within a 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 tableInlineVisualizationProperty: quicksight.CfnTemplate.TableInlineVisualizationProperty = {
  dataBars: {
    fieldId: 'fieldId',

    // the properties below are optional
    negativeColor: 'negativeColor',
    positiveColor: 'positiveColor',
  },
};

Properties

NameTypeDescription
dataBars?IResolvable | DataBarsOptionsPropertyThe configuration of the inline visualization of the data bars within a chart.

dataBars?

Type: IResolvable | DataBarsOptionsProperty (optional)

The configuration of the inline visualization of the data bars within a chart.