EnvironmentSummary
Contains a subset of the possible runtime environment attributes. Used in the environment list.
Contents
- creationTime
-
The timestamp when the runtime environment was created.
Type: Timestamp
Required: Yes
- engineType
-
The target platform for the runtime environment.
Type: String
Valid Values:
microfocus | bluage
Required: Yes
- engineVersion
-
The version of the runtime engine.
Type: String
Pattern:
^\S{1,10}$
Required: Yes
- environmentArn
-
The Amazon Resource Name (ARN) of a particular runtime environment.
Type: String
Pattern:
^arn:(aws|aws-cn|aws-iso|aws-iso-[a-z]{1}|aws-us-gov):[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:([a-z]{2}-((iso[a-z]{0,1}-)|(gov-)){0,1}[a-z]+-[0-9]|):[0-9]{12}:[A-Za-z0-9/][A-Za-z0-9:_/+=,@.-]{0,1023}$
Required: Yes
- environmentId
-
The unique identifier of a particular runtime environment.
Type: String
Pattern:
^\S{1,80}$
Required: Yes
- instanceType
-
The instance type of the runtime environment.
Type: String
Pattern:
^\S{1,20}$
Required: Yes
- name
-
The name of the runtime environment.
Type: String
Pattern:
^[A-Za-z0-9][A-Za-z0-9_\-]{1,59}$
Required: Yes
- status
-
The status of the runtime environment
Type: String
Valid Values:
Creating | Available | Updating | Deleting | Failed | UnHealthy
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: