DatasetContentDeliveryRuleArgs

data class DatasetContentDeliveryRuleArgs(val destination: Output<DatasetContentDeliveryRuleDestinationArgs>, val entryName: Output<String>? = null) : ConvertibleToJava<DatasetContentDeliveryRuleArgs>

Constructors

Link copied to clipboard
constructor(destination: Output<DatasetContentDeliveryRuleDestinationArgs>, entryName: Output<String>? = null)

Properties

Link copied to clipboard

The destination to which dataset contents are delivered.

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

The name of the dataset content delivery rules entry.

Functions

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