TopicEventSubscriptionArgs

constructor(deadLetterDestination: Output<StorageBlobDeadLetterDestinationArgs>? = null, deadLetterWithResourceIdentity: Output<DeadLetterWithResourceIdentityArgs>? = null, deliveryWithResourceIdentity: Output<DeliveryWithResourceIdentityArgs>? = null, destination: Output<Any>? = null, eventDeliverySchema: Output<Either<String, EventDeliverySchema>>? = null, eventSubscriptionName: Output<String>? = null, expirationTimeUtc: Output<String>? = null, filter: Output<EventSubscriptionFilterArgs>? = null, labels: Output<List<String>>? = null, resourceGroupName: Output<String>? = null, retryPolicy: Output<RetryPolicyArgs>? = null, topicName: Output<String>? = null)