DatabaseSnapshotInfo
The structure that describes the snapshot information of a table in source database endpoint that Firehose reads.
Amazon Data Firehose is in preview release and is subject to change.
Contents
- Id
- 
               The identifier of the current snapshot of the table in source database endpoint. Amazon Data Firehose is in preview release and is subject to change. Type: String Length Constraints: Minimum length of 1. Maximum length of 1024. Pattern: ^\S+$Required: Yes 
- RequestedBy
- 
               The principal that sent the request to take the current snapshot on the table. Amazon Data Firehose is in preview release and is subject to change. Type: String Valid Values: USER | FIREHOSERequired: Yes 
- RequestTimestamp
- 
               The timestamp when the current snapshot is taken on the table. Amazon Data Firehose is in preview release and is subject to change. Type: Timestamp Required: Yes 
- Status
- 
               The status of the current snapshot of the table. Amazon Data Firehose is in preview release and is subject to change. Type: String Valid Values: IN_PROGRESS | COMPLETE | SUSPENDEDRequired: Yes 
- Table
- 
               The fully qualified name of the table in source database endpoint that Firehose reads. Amazon Data Firehose is in preview release and is subject to change. Type: String Length Constraints: Minimum length of 1. Maximum length of 129. Pattern: [\u0001-\uFFFF]*Required: Yes 
- FailureDescription
- 
               Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption. Type: FailureDescription object Required: No 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: