aws-cdk-lib.aws_quicksight.CfnAnalysis.ArcConfigurationProperty

interface ArcConfigurationProperty

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

The arc configuration 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 arcConfigurationProperty: quicksight.CfnAnalysis.ArcConfigurationProperty = {
  arcAngle: 123,
  arcThickness: 'arcThickness',
};

Properties

NameTypeDescription
arcAngle?numberThe option that determines the arc angle of a GaugeChartVisual .
arcThickness?stringThe options that determine the arc thickness of a GaugeChartVisual .

arcAngle?

Type: number (optional)

The option that determines the arc angle of a GaugeChartVisual .


arcThickness?

Type: string (optional)

The options that determine the arc thickness of a GaugeChartVisual .