interface ArcOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.QuickSight.CfnAnalysis.ArcOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnAnalysis_ArcOptionsProperty |
Java | software.amazon.awscdk.services.quicksight.CfnAnalysis.ArcOptionsProperty |
Python | aws_cdk.aws_quicksight.CfnAnalysis.ArcOptionsProperty |
TypeScript | aws-cdk-lib » aws_quicksight » CfnAnalysis » 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.CfnAnalysis.ArcOptionsProperty = {
arcThickness: 'arcThickness',
};
Properties
| Name | Type | Description |
|---|---|---|
| arc | string | The arc thickness of a GaugeChartVisual . |
arcThickness?
Type:
string
(optional)
The arc thickness of a GaugeChartVisual .

.NET
Go
Java
Python
TypeScript