ExportDeliveryInfoArgs

data class ExportDeliveryInfoArgs(val destination: Output<ExportDeliveryDestinationArgs>) : ConvertibleToJava<ExportDeliveryInfoArgs>

The delivery information associated with a export.

Constructors

Link copied to clipboard
constructor(destination: Output<ExportDeliveryDestinationArgs>)

Properties

Link copied to clipboard

Has destination for the export being delivered.

Functions

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