aws-cdk-lib.aws_quicksight.CfnAnalysis.TrendArrowOptionsProperty

interface TrendArrowOptionsProperty

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

The options that determine the presentation of trend arrows in a KPI visual.

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 trendArrowOptionsProperty: quicksight.CfnAnalysis.TrendArrowOptionsProperty = {
  visibility: 'visibility',
};

Properties

NameTypeDescription
visibility?stringThe visibility of the trend arrows.

visibility?

Type: string (optional)

The visibility of the trend arrows.