Package com.pulumi.azurenative.eventgrid
Class EventSubscriptionArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.azurenative.eventgrid.EventSubscriptionArgs
-
public final class EventSubscriptionArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EventSubscriptionArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static EventSubscriptionArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EventSubscriptionArgs.Builder
builder()
static EventSubscriptionArgs.Builder
builder(EventSubscriptionArgs defaults)
java.util.Optional<com.pulumi.core.Output<StorageBlobDeadLetterDestinationArgs>>
deadLetterDestination()
java.util.Optional<com.pulumi.core.Output<DeadLetterWithResourceIdentityArgs>>
deadLetterWithResourceIdentity()
java.util.Optional<com.pulumi.core.Output<DeliveryWithResourceIdentityArgs>>
deliveryWithResourceIdentity()
java.util.Optional<com.pulumi.core.Output<java.lang.Object>>
destination()
java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,EventDeliverySchema>>>
eventDeliverySchema()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
eventSubscriptionName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
expirationTimeUtc()
java.util.Optional<com.pulumi.core.Output<EventSubscriptionFilterArgs>>
filter()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
labels()
java.util.Optional<com.pulumi.core.Output<RetryPolicyArgs>>
retryPolicy()
com.pulumi.core.Output<java.lang.String>
scope()
-
-
-
Field Detail
-
Empty
public static final EventSubscriptionArgs Empty
-
-
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.
-
builder
public static EventSubscriptionArgs.Builder builder()
-
builder
public static EventSubscriptionArgs.Builder builder(EventSubscriptionArgs defaults)
-
-