AWS::QuickSight::Analysis DataLabelOptions - AWS CloudFormation

AWS::QuickSight::Analysis DataLabelOptions

The options that determine the presentation of the data labels.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "CategoryLabelVisibility" : String, "DataLabelTypes" : [ DataLabelType, ... ], "LabelColor" : String, "LabelContent" : String, "LabelFontConfiguration" : FontConfiguration, "MeasureLabelVisibility" : String, "Overlap" : String, "Position" : String, "TotalsVisibility" : String, "Visibility" : String }

Properties

CategoryLabelVisibility

Determines the visibility of the category field labels.

Required: No

Type: String

Allowed values: HIDDEN | VISIBLE

Update requires: No interruption

DataLabelTypes

The option that determines the data label type.

Required: No

Type: Array of DataLabelType

Minimum: 0

Maximum: 100

Update requires: No interruption

LabelColor

Determines the color of the data labels.

Required: No

Type: String

Pattern: ^#[A-F0-9]{6}$

Update requires: No interruption

LabelContent

Determines the content of the data labels.

Required: No

Type: String

Allowed values: VALUE | PERCENT | VALUE_AND_PERCENT

Update requires: No interruption

LabelFontConfiguration

Determines the font configuration of the data labels.

Required: No

Type: FontConfiguration

Update requires: No interruption

MeasureLabelVisibility

Determines the visibility of the measure field labels.

Required: No

Type: String

Allowed values: HIDDEN | VISIBLE

Update requires: No interruption

Overlap

Determines whether overlap is enabled or disabled for the data labels.

Required: No

Type: String

Allowed values: DISABLE_OVERLAP | ENABLE_OVERLAP

Update requires: No interruption

Position

Determines the position of the data labels.

Required: No

Type: String

Allowed values: INSIDE | OUTSIDE | LEFT | TOP | BOTTOM | RIGHT

Update requires: No interruption

TotalsVisibility

Determines the visibility of the total.

Required: No

Type: String

Allowed values: HIDDEN | VISIBLE

Update requires: No interruption

Visibility

Determines the visibility of the data labels.

Required: No

Type: String

Allowed values: HIDDEN | VISIBLE

Update requires: No interruption