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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides details in case one of the following operations fails due to an error related to KMS: CreateDeliveryStream, DeleteDeliveryStream, StartDeliveryStreamEncryption, StopDeliveryStreamEncryption.

Link copied to clipboard
val id: String

The identifier of the current snapshot of the table in source database endpoint.

Link copied to clipboard

The principal that sent the request to take the current snapshot on the table.

Link copied to clipboard

The timestamp when the current snapshot is taken on the table.

Link copied to clipboard

The status of the current snapshot of the table.

Link copied to clipboard

The fully qualified name of the table in source database endpoint that Firehose reads.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String