interface ArcConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.QuickSight.CfnTemplatePropsMixin.ArcConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsquicksight#CfnTemplatePropsMixin_ArcConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnTemplatePropsMixin.ArcConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_quicksight.CfnTemplatePropsMixin.ArcConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_quicksight » CfnTemplatePropsMixin » 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/cfn-property-mixins';
const arcConfigurationProperty: quicksight.CfnTemplatePropsMixin.ArcConfigurationProperty = {
arcAngle: 123,
arcThickness: 'arcThickness',
};
Properties
| Name | Type | Description |
|---|---|---|
| arc | number | The option that determines the arc angle of a GaugeChartVisual . |
| arc | string | The 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 .

.NET
Go
Java
Python
TypeScript