interface ArcOptionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.QuickSight.Mixins.CfnAnalysisPropsMixin.ArcOptionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsquicksight/mixins#CfnAnalysisPropsMixin_ArcOptionsProperty |
Java | software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnAnalysisPropsMixin.ArcOptionsProperty |
Python | aws_cdk.mixins_preview.aws_quicksight.mixins.CfnAnalysisPropsMixin.ArcOptionsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_quicksight » mixins » CfnAnalysisPropsMixin » 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 { mixins as quicksight_mixins } from '@aws-cdk/mixins-preview/aws-quicksight';
const arcOptionsProperty: quicksight_mixins.CfnAnalysisPropsMixin.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