ApplicationInstance
An application instance on a device.
Contents
- ApplicationInstanceId
-
The application instance's ID.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z0-9\-\_]+$
Required: No
- Arn
-
The application instance's ARN.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- CreatedTime
-
When the application instance was created.
Type: Timestamp
Required: No
- DefaultRuntimeContextDevice
-
The device's ID.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z0-9\-\_]+$
Required: No
- DefaultRuntimeContextDeviceName
-
The device's name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z0-9\-\_]+$
Required: No
- Description
-
The application instance's description.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 255.
Pattern:
^.*$
Required: No
- HealthStatus
-
The application instance's health status.
Type: String
Valid Values:
RUNNING | ERROR | NOT_AVAILABLE
Required: No
- Name
-
The application instance's name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[a-zA-Z0-9\-\_]+$
Required: No
- RuntimeContextStates
-
The application's state.
Type: Array of ReportedRuntimeContextState objects
Required: No
- Status
-
The application instance's status.
Type: String
Valid Values:
DEPLOYMENT_PENDING | DEPLOYMENT_REQUESTED | DEPLOYMENT_IN_PROGRESS | DEPLOYMENT_ERROR | DEPLOYMENT_SUCCEEDED | REMOVAL_PENDING | REMOVAL_REQUESTED | REMOVAL_IN_PROGRESS | REMOVAL_FAILED | REMOVAL_SUCCEEDED | DEPLOYMENT_FAILED
Required: No
- StatusDescription
-
The application instance's status description.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
- Tags
-
The application instance's tags.
Type: String to string map
Map Entries: Minimum number of 0 items. Maximum number of 50 items.
Key Length Constraints: Minimum length of 1. Maximum length of 128.
Key Pattern:
^.+$
Value Length Constraints: Minimum length of 0. Maximum length of 256.
Value Pattern:
^.*$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: