Interface CfnTemplate.ArcConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ArcConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.ArcConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.quicksight.*; ArcConfigurationProperty arcConfigurationProperty = ArcConfigurationProperty.builder() .arcAngle(123) .arcThickness("arcThickness") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.ArcConfigurationProperty
static final class
An implementation forCfnTemplate.ArcConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArcAngle
The option that determines the arc angle of aGaugeChartVisual
. -
getArcThickness
The options that determine the arc thickness of aGaugeChartVisual
. -
builder
-