SubscriptionArgs

fun SubscriptionArgs(ackDeadlineSeconds: Output<Int>? = null, bigqueryConfig: Output<BigQueryConfigArgs>? = null, cloudStorageConfig: Output<CloudStorageConfigArgs>? = null, deadLetterPolicy: Output<DeadLetterPolicyArgs>? = null, detached: Output<Boolean>? = null, enableExactlyOnceDelivery: Output<Boolean>? = null, enableMessageOrdering: Output<Boolean>? = null, expirationPolicy: Output<ExpirationPolicyArgs>? = null, filter: Output<String>? = null, labels: Output<Map<String, String>>? = null, messageRetentionDuration: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, pushConfig: Output<PushConfigArgs>? = null, retainAckedMessages: Output<Boolean>? = null, retryPolicy: Output<RetryPolicyArgs>? = null, subscriptionId: Output<String>? = null, topic: Output<String>? = null)