TargetSummary
Contains summary information about a gateway target. A target represents an endpoint that the gateway can connect to.
Contents
- createdAt
-
The timestamp when the target was created.
Type: Timestamp
Required: Yes
- name
-
The name of the target.
Type: String
Pattern:
([0-9a-zA-Z][-]?){1,100}
Required: Yes
- status
-
The current status of the target.
Type: String
Valid Values:
CREATING | UPDATING | UPDATE_UNSUCCESSFUL | DELETING | READY | FAILED
Required: Yes
- targetId
-
The unique identifier of the target.
Type: String
Pattern:
[0-9a-zA-Z]{10}
Required: Yes
- updatedAt
-
The timestamp when the target was last updated.
Type: Timestamp
Required: Yes
- description
-
The description of the target.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 200.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: