Configuration
A configuration specification to be used when provisioning an application. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file.
Contents
- classification
-
The classification within a configuration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*\S.*
Required: Yes
- configurations
-
A list of additional configurations to apply within a configuration object.
Type: Array of Configuration objects
Array Members: Minimum number of 0 items. Maximum number of 100 items.
Required: No
- properties
-
A set of properties specified within a configuration classification.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 100 items.
Key Length Constraints: Minimum length of 1. Maximum length of 1024.
Key Pattern:
^.*\S.*$
Value Length Constraints: Minimum length of 0. Maximum length of 1024.
Value Pattern:
^.*\S.*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: