Interface CfnTemplate.ThousandSeparatorOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTemplate.ThousandSeparatorOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnTemplate
@Stability(Stable)
public static interface CfnTemplate.ThousandSeparatorOptionsProperty
extends software.amazon.jsii.JsiiSerializable
The options that determine the thousands separator configuration.
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.*; ThousandSeparatorOptionsProperty thousandSeparatorOptionsProperty = ThousandSeparatorOptionsProperty.builder() .symbol("symbol") .visibility("visibility") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTemplate.ThousandSeparatorOptionsProperty
static final class
An implementation forCfnTemplate.ThousandSeparatorOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getSymbol
Determines the thousands separator symbol.- See Also:
-
getVisibility
Determines the visibility of the thousands separator.- See Also:
-
builder
-