RateCardItem
A per-unit rate within a rate card, defining the price for a specific dimension.
Contents
Note
In the following list, the required parameters are described first.
- dimensionKey
-
The machine-readable key identifying the dimension being priced.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
(.)+Required: Yes
- displayName
-
The human-readable name of the dimension.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
(.)+Required: Yes
- price
-
The price per unit for the dimension.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
(.)+Required: Yes
- unit
-
The unit of measurement for the dimension.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
(.)+Required: Yes
- description
-
A description of the dimension being priced.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Pattern:
(.)+Required: No
- dimensionLabels
-
Labels used to categorize this dimension, such as by region.
Type: Array of DimensionLabel objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: