Report Delivery Destination Args
    data class ReportDeliveryDestinationArgs(val container: Output<String>, val resourceId: Output<String>, val rootFolderPath: Output<String>? = null) : ConvertibleToJava<ReportDeliveryDestinationArgs> 
The destination information for the delivery of the report.
Constructors
Link copied to clipboard
                fun ReportDeliveryDestinationArgs(container: Output<String>, resourceId: Output<String>, rootFolderPath: Output<String>? = null)