GetDeliveryResult

data class GetDeliveryResult(val arn: String? = null, val deliveryDestinationType: String? = null, val deliveryId: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, deliveryDestinationType: String? = null, deliveryId: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The Amazon Resource Name (ARN) that uniquely identifies this delivery.

Link copied to clipboard

Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.

Link copied to clipboard
val deliveryId: String? = null

The unique ID that identifies this delivery in your account.

Link copied to clipboard
val tags: List<Tag>? = null

The tags that have been assigned to this delivery.