Subscription Args
data class SubscriptionArgs(val deliveryConfig: Output<DeliveryConfigArgs>? = null, val exportConfig: Output<ExportConfigArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val skipBacklog: Output<Boolean>? = null, val subscriptionId: Output<String>? = null, val topic: Output<String>? = null) : ConvertibleToJava<SubscriptionArgs>
Creates a new subscription.
Constructors
Link copied to clipboard
fun SubscriptionArgs(deliveryConfig: Output<DeliveryConfigArgs>? = null, exportConfig: Output<ExportConfigArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, skipBacklog: Output<Boolean>? = null, subscriptionId: Output<String>? = null, topic: Output<String>? = null)