DeliveryArgs

data class DeliveryArgs(val deliveryDestinationArn: Output<String>? = null, val deliverySourceName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DeliveryArgs>

This structure contains information about one delivery in your account. A delivery is a connection between a logical delivery source and a logical delivery destination. For more information, see CreateDelivery.

Constructors

Link copied to clipboard
constructor(deliveryDestinationArn: Output<String>? = null, deliverySourceName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val deliveryDestinationArn: Output<String>? = null

The ARN of the delivery destination that is associated with this delivery.

Link copied to clipboard
val deliverySourceName: Output<String>? = null

The name of the delivery source that is associated with this delivery.

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

The tags that have been assigned to this delivery.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryArgs