Destination
Object specifying the status of a Destination.
Contents
- configuration
-
Configuration used to create this destination.
Type: DestinationConfiguration object
Required: Yes
- id
-
Unique identifier for this destination, assigned by IVS.
Type: String
Required: Yes
- state
-
State of the Composition Destination.
Type: String
Valid Values:
STARTING | ACTIVE | STOPPING | RECONNECTING | FAILED | STOPPED
Required: Yes
- detail
-
Optional details regarding the status of the destination.
Type: DestinationDetail object
Required: No
- endTime
-
UTC time of the destination end. This is an ISO 8601 timestamp; note that this is returned as a string.
Type: Timestamp
Required: No
- startTime
-
UTC time of the destination start. This is an ISO 8601 timestamp; note that this is returned as a string.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: