aws-cdk-lib.aws_quicksight.CfnDashboard.ArcOptionsProperty

interface ArcOptionsProperty

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

The options that determine the arc thickness of a GaugeChartVisual .

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 arcOptionsProperty: quicksight.CfnDashboard.ArcOptionsProperty = {
  arcThickness: 'arcThickness',
};

Properties

NameTypeDescription
arcThickness?stringThe arc thickness of a GaugeChartVisual .

arcThickness?

Type: string (optional)

The arc thickness of a GaugeChartVisual .