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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTemplate.ArcConfigurationPropertystatic final classAn 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.- See Also:
-
getArcThickness
The options that determine the arc thickness of aGaugeChartVisual.- See Also:
-
builder
-