Class EventSubscriptionArgs


  • public final class EventSubscriptionArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • deadLetterDestination

        public java.util.Optional<com.pulumi.core.Output<StorageBlobDeadLetterDestinationArgs>> deadLetterDestination()
        Returns:
        The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
      • deadLetterWithResourceIdentity

        public java.util.Optional<com.pulumi.core.Output<DeadLetterWithResourceIdentityArgs>> deadLetterWithResourceIdentity()
        Returns:
        The dead letter destination of the event subscription. Any event that cannot be delivered to its' destination is sent to the dead letter destination. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
      • deliveryWithResourceIdentity

        public java.util.Optional<com.pulumi.core.Output<DeliveryWithResourceIdentityArgs>> deliveryWithResourceIdentity()
        Returns:
        Information about the destination where events have to be delivered for the event subscription. Uses the managed identity setup on the parent resource (namely, topic or domain) to acquire the authentication tokens being used during delivery / dead-lettering.
      • destination

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> destination()
        Returns:
        Information about the destination where events have to be delivered for the event subscription. Uses Azure Event Grid's identity to acquire the authentication tokens being used during delivery / dead-lettering.
      • eventDeliverySchema

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​EventDeliverySchema>>> eventDeliverySchema()
        Returns:
        The event delivery schema for the event subscription.
      • eventSubscriptionName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> eventSubscriptionName()
        Returns:
        Name of the event subscription. Event subscription names must be between 3 and 64 characters in length and should use alphanumeric letters only.
      • expirationTimeUtc

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> expirationTimeUtc()
        Returns:
        Expiration time of the event subscription.
      • filter

        public java.util.Optional<com.pulumi.core.Output<EventSubscriptionFilterArgs>> filter()
        Returns:
        Information about the filter for the event subscription.
      • labels

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> labels()
        Returns:
        List of user defined labels.
      • retryPolicy

        public java.util.Optional<com.pulumi.core.Output<RetryPolicyArgs>> retryPolicy()
        Returns:
        The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
      • scope

        public com.pulumi.core.Output<java.lang.String> scope()
        Returns:
        The identifier of the resource to which the event subscription needs to be created or updated. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use '/subscriptions/{subscriptionId}/' for a subscription, '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}' for a resource group, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}' for a resource, and '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.EventGrid/topics/{topicName}' for an EventGrid topic.