DeliveryStreamDescription

Contains information about a delivery stream.

Types

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

Properties

Link copied to clipboard

The date and time that the delivery stream was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the delivery stream. For more information, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces.

Link copied to clipboard

Indicates the server-side encryption (SSE) status for the delivery stream.

Link copied to clipboard

The name of the delivery stream.

Link copied to clipboard

The status of the delivery stream. If the status of a delivery stream is CREATING_FAILED, this status doesn't change, and you can't invoke CreateDeliveryStream again on it. However, you can invoke the DeleteDeliveryStream operation to delete it.

Link copied to clipboard

The delivery stream type. This can be one of the following values:

Link copied to clipboard
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

Indicates whether there are more destinations available to list.

Link copied to clipboard

The date and time that the delivery stream was last updated.

Link copied to clipboard

If the DeliveryStreamType parameter is KinesisStreamAsSource, a SourceDescription object describing the source Kinesis data stream.

Link copied to clipboard

Each time the destination is updated for a delivery stream, the version ID is changed, and the current version ID is required when updating the destination. This is so that the service knows it is applying the changes to the correct version of the delivery stream.

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