AWS::QuickSight::Analysis MissingDataConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::QuickSight::Analysis MissingDataConfiguration

The configuration options that determine how missing data is treated during the rendering of a line chart.

Syntax

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

JSON

{ "TreatmentOption" : String }

YAML

TreatmentOption: String

Properties

TreatmentOption

The treatment option that determines how missing data should be rendered. Choose from the following options:

  • INTERPOLATE: Interpolate missing values between the prior and the next known value.

  • SHOW_AS_ZERO: Show missing values as the value 0.

  • SHOW_AS_BLANK: Display a blank space when rendering missing data.

Required: No

Type: String

Allowed values: INTERPOLATE | SHOW_AS_ZERO | SHOW_AS_BLANK

Update requires: No interruption