CurrencyDisplayFormatConfiguration
The options that determine the currency display format configuration.
Contents
Note
In the following list, the required parameters are described first.
- DecimalPlacesConfiguration
-
The option that determines the decimal places configuration.
Type: DecimalPlacesConfiguration object
Required: No
- NegativeValueConfiguration
-
The options that determine the negative value configuration.
Type: NegativeValueConfiguration object
Required: No
- NullValueFormatConfiguration
-
The options that determine the null value format configuration.
Type: NullValueFormatConfiguration object
Required: No
- NumberScale
-
Determines the number scale value for the currency format.
Type: String
Valid Values:
NONE | AUTO | THOUSANDS | MILLIONS | BILLIONS | TRILLIONS
Required: No
- Prefix
-
Determines the prefix value of the currency format.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
- SeparatorConfiguration
-
The options that determine the numeric separator configuration.
Type: NumericSeparatorConfiguration object
Required: No
- Suffix
-
Determines the suffix value of the currency format.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 128.
Required: No
- Symbol
-
Determines the symbol for the currency format.
Type: String
Pattern:
[A-Z]{3}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: