Delivery Args
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.