EnvironmentConfiguration
The configuration of an environment.
Contents
- awsAccount
-
The AWS account of the environment.
Type: AwsAccount object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- awsRegion
-
The AWS Region of the environment.
Type: Region object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- environmentBlueprintId
-
The environment blueprint ID.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- name
-
The environment name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^[\w -]+$
Required: Yes
- configurationParameters
-
The configuration parameters of the environment.
Type: EnvironmentConfigurationParametersDetails object
Required: No
- deploymentMode
-
The deployment mode of the environment.
Type: String
Valid Values:
ON_CREATE | ON_DEMAND
Required: No
- deploymentOrder
-
The deployment order of the environment.
Type: Integer
Valid Range: Minimum value of 0. Maximum value of 16.
Required: No
- description
-
The environment description.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2048.
Required: No
- id
-
The environment ID.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: