This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.eventgrid.getTopicEventSubscription
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Get properties of an event subscription of a topic. Azure REST API version: 2022-06-15.
Other available API versions: 2023-06-01-preview, 2023-12-15-preview, 2024-06-01-preview, 2024-12-15-preview, 2025-02-15.
Using getTopicEventSubscription
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getTopicEventSubscription(args: GetTopicEventSubscriptionArgs, opts?: InvokeOptions): Promise<GetTopicEventSubscriptionResult>
function getTopicEventSubscriptionOutput(args: GetTopicEventSubscriptionOutputArgs, opts?: InvokeOptions): Output<GetTopicEventSubscriptionResult>def get_topic_event_subscription(event_subscription_name: Optional[str] = None,
                                 resource_group_name: Optional[str] = None,
                                 topic_name: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetTopicEventSubscriptionResult
def get_topic_event_subscription_output(event_subscription_name: Optional[pulumi.Input[str]] = None,
                                 resource_group_name: Optional[pulumi.Input[str]] = None,
                                 topic_name: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetTopicEventSubscriptionResult]func LookupTopicEventSubscription(ctx *Context, args *LookupTopicEventSubscriptionArgs, opts ...InvokeOption) (*LookupTopicEventSubscriptionResult, error)
func LookupTopicEventSubscriptionOutput(ctx *Context, args *LookupTopicEventSubscriptionOutputArgs, opts ...InvokeOption) LookupTopicEventSubscriptionResultOutput> Note: This function is named LookupTopicEventSubscription in the Go SDK.
public static class GetTopicEventSubscription 
{
    public static Task<GetTopicEventSubscriptionResult> InvokeAsync(GetTopicEventSubscriptionArgs args, InvokeOptions? opts = null)
    public static Output<GetTopicEventSubscriptionResult> Invoke(GetTopicEventSubscriptionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetTopicEventSubscriptionResult> getTopicEventSubscription(GetTopicEventSubscriptionArgs args, InvokeOptions options)
public static Output<GetTopicEventSubscriptionResult> getTopicEventSubscription(GetTopicEventSubscriptionArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:eventgrid:getTopicEventSubscription
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EventSubscription stringName 
- Name of the event subscription to be found. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.
- ResourceGroup stringName 
- The name of the resource group within the user's subscription.
- TopicName string
- Name of the partner topic.
- EventSubscription stringName 
- Name of the event subscription to be found. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.
- ResourceGroup stringName 
- The name of the resource group within the user's subscription.
- TopicName string
- Name of the partner topic.
- eventSubscription StringName 
- Name of the event subscription to be found. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.
- resourceGroup StringName 
- The name of the resource group within the user's subscription.
- topicName String
- Name of the partner topic.
- eventSubscription stringName 
- Name of the event subscription to be found. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.
- resourceGroup stringName 
- The name of the resource group within the user's subscription.
- topicName string
- Name of the partner topic.
- event_subscription_ strname 
- Name of the event subscription to be found. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.
- resource_group_ strname 
- The name of the resource group within the user's subscription.
- topic_name str
- Name of the partner topic.
- eventSubscription StringName 
- Name of the event subscription to be found. Event subscription names must be between 3 and 100 characters in length and use alphanumeric letters only.
- resourceGroup StringName 
- The name of the resource group within the user's subscription.
- topicName String
- Name of the partner topic.
getTopicEventSubscription Result
The following output properties are available:
- Id string
- Fully qualified identifier of the resource.
- Name string
- Name of the resource.
- ProvisioningState string
- Provisioning state of the event subscription.
- SystemData Pulumi.Azure Native. Event Grid. Outputs. System Data Response 
- The system metadata relating to Event Subscription resource.
- Topic string
- Name of the topic of the event subscription.
- Type string
- Type of the resource.
- DeadLetter Pulumi.Destination Azure Native. Event Grid. Outputs. Storage Blob Dead Letter Destination Response 
- 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.
- DeadLetter Pulumi.With Resource Identity Azure Native. Event Grid. Outputs. Dead Letter With Resource Identity Response 
- 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.
- DeliveryWith Pulumi.Resource Identity Azure Native. Event Grid. Outputs. Delivery With Resource Identity Response 
- 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
Pulumi.Azure | Pulumi.Native. Event Grid. Outputs. Azure Function Event Subscription Destination Response Azure | Pulumi.Native. Event Grid. Outputs. Event Hub Event Subscription Destination Response Azure | Pulumi.Native. Event Grid. Outputs. Hybrid Connection Event Subscription Destination Response Azure | Pulumi.Native. Event Grid. Outputs. Service Bus Queue Event Subscription Destination Response Azure | Pulumi.Native. Event Grid. Outputs. Service Bus Topic Event Subscription Destination Response Azure | Pulumi.Native. Event Grid. Outputs. Storage Queue Event Subscription Destination Response Azure Native. Event Grid. Outputs. Web Hook Event Subscription Destination Response 
- 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.
- EventDelivery stringSchema 
- The event delivery schema for the event subscription.
- ExpirationTime stringUtc 
- Expiration time of the event subscription.
- Filter
Pulumi.Azure Native. Event Grid. Outputs. Event Subscription Filter Response 
- Information about the filter for the event subscription.
- Labels List<string>
- List of user defined labels.
- RetryPolicy Pulumi.Azure Native. Event Grid. Outputs. Retry Policy Response 
- The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
- Id string
- Fully qualified identifier of the resource.
- Name string
- Name of the resource.
- ProvisioningState string
- Provisioning state of the event subscription.
- SystemData SystemData Response 
- The system metadata relating to Event Subscription resource.
- Topic string
- Name of the topic of the event subscription.
- Type string
- Type of the resource.
- DeadLetter StorageDestination Blob Dead Letter Destination Response 
- 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.
- DeadLetter DeadWith Resource Identity Letter With Resource Identity Response 
- 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.
- DeliveryWith DeliveryResource Identity With Resource Identity Response 
- 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
AzureFunction | EventEvent Subscription Destination Response Hub | HybridEvent Subscription Destination Response Connection | ServiceEvent Subscription Destination Response Bus | ServiceQueue Event Subscription Destination Response Bus | StorageTopic Event Subscription Destination Response Queue | WebEvent Subscription Destination Response Hook Event Subscription Destination Response 
- 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.
- EventDelivery stringSchema 
- The event delivery schema for the event subscription.
- ExpirationTime stringUtc 
- Expiration time of the event subscription.
- Filter
EventSubscription Filter Response 
- Information about the filter for the event subscription.
- Labels []string
- List of user defined labels.
- RetryPolicy RetryPolicy Response 
- The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
- id String
- Fully qualified identifier of the resource.
- name String
- Name of the resource.
- provisioningState String
- Provisioning state of the event subscription.
- systemData SystemData Response 
- The system metadata relating to Event Subscription resource.
- topic String
- Name of the topic of the event subscription.
- type String
- Type of the resource.
- deadLetter StorageDestination Blob Dead Letter Destination Response 
- 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.
- deadLetter DeadWith Resource Identity Letter With Resource Identity Response 
- 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.
- deliveryWith DeliveryResource Identity With Resource Identity Response 
- 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
AzureFunction | EventEvent Subscription Destination Response Hub | HybridEvent Subscription Destination Response Connection | ServiceEvent Subscription Destination Response Bus | ServiceQueue Event Subscription Destination Response Bus | StorageTopic Event Subscription Destination Response Queue | WebEvent Subscription Destination Response Hook Event Subscription Destination Response 
- 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.
- eventDelivery StringSchema 
- The event delivery schema for the event subscription.
- expirationTime StringUtc 
- Expiration time of the event subscription.
- filter
EventSubscription Filter Response 
- Information about the filter for the event subscription.
- labels List<String>
- List of user defined labels.
- retryPolicy RetryPolicy Response 
- The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
- id string
- Fully qualified identifier of the resource.
- name string
- Name of the resource.
- provisioningState string
- Provisioning state of the event subscription.
- systemData SystemData Response 
- The system metadata relating to Event Subscription resource.
- topic string
- Name of the topic of the event subscription.
- type string
- Type of the resource.
- deadLetter StorageDestination Blob Dead Letter Destination Response 
- 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.
- deadLetter DeadWith Resource Identity Letter With Resource Identity Response 
- 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.
- deliveryWith DeliveryResource Identity With Resource Identity Response 
- 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
AzureFunction | EventEvent Subscription Destination Response Hub | HybridEvent Subscription Destination Response Connection | ServiceEvent Subscription Destination Response Bus | ServiceQueue Event Subscription Destination Response Bus | StorageTopic Event Subscription Destination Response Queue | WebEvent Subscription Destination Response Hook Event Subscription Destination Response 
- 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.
- eventDelivery stringSchema 
- The event delivery schema for the event subscription.
- expirationTime stringUtc 
- Expiration time of the event subscription.
- filter
EventSubscription Filter Response 
- Information about the filter for the event subscription.
- labels string[]
- List of user defined labels.
- retryPolicy RetryPolicy Response 
- The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
- id str
- Fully qualified identifier of the resource.
- name str
- Name of the resource.
- provisioning_state str
- Provisioning state of the event subscription.
- system_data SystemData Response 
- The system metadata relating to Event Subscription resource.
- topic str
- Name of the topic of the event subscription.
- type str
- Type of the resource.
- dead_letter_ Storagedestination Blob Dead Letter Destination Response 
- 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.
- dead_letter_ Deadwith_ resource_ identity Letter With Resource Identity Response 
- 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.
- delivery_with_ Deliveryresource_ identity With Resource Identity Response 
- 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
AzureFunction | EventEvent Subscription Destination Response Hub | HybridEvent Subscription Destination Response Connection | ServiceEvent Subscription Destination Response Bus | ServiceQueue Event Subscription Destination Response Bus | StorageTopic Event Subscription Destination Response Queue | WebEvent Subscription Destination Response Hook Event Subscription Destination Response 
- 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.
- event_delivery_ strschema 
- The event delivery schema for the event subscription.
- expiration_time_ strutc 
- Expiration time of the event subscription.
- filter
EventSubscription Filter Response 
- Information about the filter for the event subscription.
- labels Sequence[str]
- List of user defined labels.
- retry_policy RetryPolicy Response 
- The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
- id String
- Fully qualified identifier of the resource.
- name String
- Name of the resource.
- provisioningState String
- Provisioning state of the event subscription.
- systemData Property Map
- The system metadata relating to Event Subscription resource.
- topic String
- Name of the topic of the event subscription.
- type String
- Type of the resource.
- deadLetter Property MapDestination 
- 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.
- deadLetter Property MapWith Resource Identity 
- 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.
- deliveryWith Property MapResource Identity 
- 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 Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- 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.
- eventDelivery StringSchema 
- The event delivery schema for the event subscription.
- expirationTime StringUtc 
- Expiration time of the event subscription.
- filter Property Map
- Information about the filter for the event subscription.
- labels List<String>
- List of user defined labels.
- retryPolicy Property Map
- The retry policy for events. This can be used to configure maximum number of delivery attempts and time to live for events.
Supporting Types
AzureFunctionEventSubscriptionDestinationResponse     
- DeliveryAttribute List<Union<Pulumi.Mappings Azure Native. Event Grid. Inputs. Dynamic Delivery Attribute Mapping Response, Pulumi. Azure Native. Event Grid. Inputs. Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- MaxEvents intPer Batch 
- Maximum number of events per batch.
- PreferredBatch intSize In Kilobytes 
- Preferred batch size in Kilobytes.
- ResourceId string
- The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
- DeliveryAttribute []interface{}Mappings 
- Delivery attribute details.
- MaxEvents intPer Batch 
- Maximum number of events per batch.
- PreferredBatch intSize In Kilobytes 
- Preferred batch size in Kilobytes.
- ResourceId string
- The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
- deliveryAttribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- maxEvents IntegerPer Batch 
- Maximum number of events per batch.
- preferredBatch IntegerSize In Kilobytes 
- Preferred batch size in Kilobytes.
- resourceId String
- The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
- deliveryAttribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] 
- Delivery attribute details.
- maxEvents numberPer Batch 
- Maximum number of events per batch.
- preferredBatch numberSize In Kilobytes 
- Preferred batch size in Kilobytes.
- resourceId string
- The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
- delivery_attribute_ Sequence[Union[Dynamicmappings Delivery Attribute Mapping Response, Static Delivery Attribute Mapping Response]] 
- Delivery attribute details.
- max_events_ intper_ batch 
- Maximum number of events per batch.
- preferred_batch_ intsize_ in_ kilobytes 
- Preferred batch size in Kilobytes.
- resource_id str
- The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
- deliveryAttribute List<Property Map | Property Map>Mappings 
- Delivery attribute details.
- maxEvents NumberPer Batch 
- Maximum number of events per batch.
- preferredBatch NumberSize In Kilobytes 
- Preferred batch size in Kilobytes.
- resourceId String
- The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
BoolEqualsAdvancedFilterResponse    
DeadLetterWithResourceIdentityResponse     
- DeadLetter Pulumi.Destination Azure Native. Event Grid. Inputs. Storage Blob Dead Letter Destination Response 
- 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.
- Identity
Pulumi.Azure Native. Event Grid. Inputs. Event Subscription Identity Response 
- The identity to use when dead-lettering events.
- DeadLetter StorageDestination Blob Dead Letter Destination Response 
- 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.
- Identity
EventSubscription Identity Response 
- The identity to use when dead-lettering events.
- deadLetter StorageDestination Blob Dead Letter Destination Response 
- 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.
- identity
EventSubscription Identity Response 
- The identity to use when dead-lettering events.
- deadLetter StorageDestination Blob Dead Letter Destination Response 
- 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.
- identity
EventSubscription Identity Response 
- The identity to use when dead-lettering events.
- dead_letter_ Storagedestination Blob Dead Letter Destination Response 
- 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.
- identity
EventSubscription Identity Response 
- The identity to use when dead-lettering events.
- deadLetter Property MapDestination 
- 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.
- identity Property Map
- The identity to use when dead-lettering events.
DeliveryWithResourceIdentityResponse    
- Destination
Pulumi.Azure | Pulumi.Native. Event Grid. Inputs. Azure Function Event Subscription Destination Response Azure | Pulumi.Native. Event Grid. Inputs. Event Hub Event Subscription Destination Response Azure | Pulumi.Native. Event Grid. Inputs. Hybrid Connection Event Subscription Destination Response Azure | Pulumi.Native. Event Grid. Inputs. Service Bus Queue Event Subscription Destination Response Azure | Pulumi.Native. Event Grid. Inputs. Service Bus Topic Event Subscription Destination Response Azure | Pulumi.Native. Event Grid. Inputs. Storage Queue Event Subscription Destination Response Azure Native. Event Grid. Inputs. Web Hook Event Subscription Destination Response 
- 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.
- Identity
Pulumi.Azure Native. Event Grid. Inputs. Event Subscription Identity Response 
- The identity to use when delivering events.
- Destination
AzureFunction | EventEvent Subscription Destination Response Hub | HybridEvent Subscription Destination Response Connection | ServiceEvent Subscription Destination Response Bus | ServiceQueue Event Subscription Destination Response Bus | StorageTopic Event Subscription Destination Response Queue | WebEvent Subscription Destination Response Hook Event Subscription Destination Response 
- 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.
- Identity
EventSubscription Identity Response 
- The identity to use when delivering events.
- destination
AzureFunction | EventEvent Subscription Destination Response Hub | HybridEvent Subscription Destination Response Connection | ServiceEvent Subscription Destination Response Bus | ServiceQueue Event Subscription Destination Response Bus | StorageTopic Event Subscription Destination Response Queue | WebEvent Subscription Destination Response Hook Event Subscription Destination Response 
- 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.
- identity
EventSubscription Identity Response 
- The identity to use when delivering events.
- destination
AzureFunction | EventEvent Subscription Destination Response Hub | HybridEvent Subscription Destination Response Connection | ServiceEvent Subscription Destination Response Bus | ServiceQueue Event Subscription Destination Response Bus | StorageTopic Event Subscription Destination Response Queue | WebEvent Subscription Destination Response Hook Event Subscription Destination Response 
- 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.
- identity
EventSubscription Identity Response 
- The identity to use when delivering events.
- destination
AzureFunction | EventEvent Subscription Destination Response Hub | HybridEvent Subscription Destination Response Connection | ServiceEvent Subscription Destination Response Bus | ServiceQueue Event Subscription Destination Response Bus | StorageTopic Event Subscription Destination Response Queue | WebEvent Subscription Destination Response Hook Event Subscription Destination Response 
- 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.
- identity
EventSubscription Identity Response 
- The identity to use when delivering events.
- destination Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map
- 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.
- identity Property Map
- The identity to use when delivering events.
DynamicDeliveryAttributeMappingResponse    
- Name string
- Name of the delivery attribute or header.
- SourceField string
- JSON path in the event which contains attribute value.
- Name string
- Name of the delivery attribute or header.
- SourceField string
- JSON path in the event which contains attribute value.
- name String
- Name of the delivery attribute or header.
- sourceField String
- JSON path in the event which contains attribute value.
- name string
- Name of the delivery attribute or header.
- sourceField string
- JSON path in the event which contains attribute value.
- name str
- Name of the delivery attribute or header.
- source_field str
- JSON path in the event which contains attribute value.
- name String
- Name of the delivery attribute or header.
- sourceField String
- JSON path in the event which contains attribute value.
EventHubEventSubscriptionDestinationResponse     
- DeliveryAttribute List<Union<Pulumi.Mappings Azure Native. Event Grid. Inputs. Dynamic Delivery Attribute Mapping Response, Pulumi. Azure Native. Event Grid. Inputs. Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- ResourceId string
- The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
- DeliveryAttribute []interface{}Mappings 
- Delivery attribute details.
- ResourceId string
- The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
- deliveryAttribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- resourceId String
- The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
- deliveryAttribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] 
- Delivery attribute details.
- resourceId string
- The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
- delivery_attribute_ Sequence[Union[Dynamicmappings Delivery Attribute Mapping Response, Static Delivery Attribute Mapping Response]] 
- Delivery attribute details.
- resource_id str
- The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
- deliveryAttribute List<Property Map | Property Map>Mappings 
- Delivery attribute details.
- resourceId String
- The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
EventSubscriptionFilterResponse   
- AdvancedFilters List<object>
- An array of advanced filters that are used for filtering event subscriptions.
- EnableAdvanced boolFiltering On Arrays 
- Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
- IncludedEvent List<string>Types 
- A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.
- IsSubject boolCase Sensitive 
- Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- SubjectBegins stringWith 
- An optional string to filter events for an event subscription based on a resource path prefix. The format of this depends on the publisher of the events. Wildcard characters are not supported in this path.
- SubjectEnds stringWith 
- An optional string to filter events for an event subscription based on a resource path suffix. Wildcard characters are not supported in this path.
- AdvancedFilters []interface{}
- An array of advanced filters that are used for filtering event subscriptions.
- EnableAdvanced boolFiltering On Arrays 
- Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
- IncludedEvent []stringTypes 
- A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.
- IsSubject boolCase Sensitive 
- Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- SubjectBegins stringWith 
- An optional string to filter events for an event subscription based on a resource path prefix. The format of this depends on the publisher of the events. Wildcard characters are not supported in this path.
- SubjectEnds stringWith 
- An optional string to filter events for an event subscription based on a resource path suffix. Wildcard characters are not supported in this path.
- advancedFilters List<Object>
- An array of advanced filters that are used for filtering event subscriptions.
- enableAdvanced BooleanFiltering On Arrays 
- Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
- includedEvent List<String>Types 
- A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.
- isSubject BooleanCase Sensitive 
- Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- subjectBegins StringWith 
- An optional string to filter events for an event subscription based on a resource path prefix. The format of this depends on the publisher of the events. Wildcard characters are not supported in this path.
- subjectEnds StringWith 
- An optional string to filter events for an event subscription based on a resource path suffix. Wildcard characters are not supported in this path.
- advancedFilters (BoolEquals Advanced Filter Response | Is Not Null Advanced Filter Response | Is Null Or Undefined Advanced Filter Response | Number Greater Than Advanced Filter Response | Number Greater Than Or Equals Advanced Filter Response | Number In Advanced Filter Response | Number In Range Advanced Filter Response | Number Less Than Advanced Filter Response | Number Less Than Or Equals Advanced Filter Response | Number Not In Advanced Filter Response | Number Not In Range Advanced Filter Response | String Begins With Advanced Filter Response | String Contains Advanced Filter Response | String Ends With Advanced Filter Response | String In Advanced Filter Response | String Not Begins With Advanced Filter Response | String Not Contains Advanced Filter Response | String Not Ends With Advanced Filter Response | String Not In Advanced Filter Response)[] 
- An array of advanced filters that are used for filtering event subscriptions.
- enableAdvanced booleanFiltering On Arrays 
- Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
- includedEvent string[]Types 
- A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.
- isSubject booleanCase Sensitive 
- Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- subjectBegins stringWith 
- An optional string to filter events for an event subscription based on a resource path prefix. The format of this depends on the publisher of the events. Wildcard characters are not supported in this path.
- subjectEnds stringWith 
- An optional string to filter events for an event subscription based on a resource path suffix. Wildcard characters are not supported in this path.
- advanced_filters Sequence[Union[BoolEquals Advanced Filter Response, Is Not Null Advanced Filter Response, Is Null Or Undefined Advanced Filter Response, Number Greater Than Advanced Filter Response, Number Greater Than Or Equals Advanced Filter Response, Number In Advanced Filter Response, Number In Range Advanced Filter Response, Number Less Than Advanced Filter Response, Number Less Than Or Equals Advanced Filter Response, Number Not In Advanced Filter Response, Number Not In Range Advanced Filter Response, String Begins With Advanced Filter Response, String Contains Advanced Filter Response, String Ends With Advanced Filter Response, String In Advanced Filter Response, String Not Begins With Advanced Filter Response, String Not Contains Advanced Filter Response, String Not Ends With Advanced Filter Response, String Not In Advanced Filter Response]] 
- An array of advanced filters that are used for filtering event subscriptions.
- enable_advanced_ boolfiltering_ on_ arrays 
- Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
- included_event_ Sequence[str]types 
- A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.
- is_subject_ boolcase_ sensitive 
- Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- subject_begins_ strwith 
- An optional string to filter events for an event subscription based on a resource path prefix. The format of this depends on the publisher of the events. Wildcard characters are not supported in this path.
- subject_ends_ strwith 
- An optional string to filter events for an event subscription based on a resource path suffix. Wildcard characters are not supported in this path.
- advancedFilters List<Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map | Property Map>
- An array of advanced filters that are used for filtering event subscriptions.
- enableAdvanced BooleanFiltering On Arrays 
- Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
- includedEvent List<String>Types 
- A list of applicable event types that need to be part of the event subscription. If it is desired to subscribe to all default event types, set the IncludedEventTypes to null.
- isSubject BooleanCase Sensitive 
- Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- subjectBegins StringWith 
- An optional string to filter events for an event subscription based on a resource path prefix. The format of this depends on the publisher of the events. Wildcard characters are not supported in this path.
- subjectEnds StringWith 
- An optional string to filter events for an event subscription based on a resource path suffix. Wildcard characters are not supported in this path.
EventSubscriptionIdentityResponse   
- Type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- UserAssigned stringIdentity 
- The user identity associated with the resource.
- Type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- UserAssigned stringIdentity 
- The user identity associated with the resource.
- type String
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- userAssigned StringIdentity 
- The user identity associated with the resource.
- type string
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- userAssigned stringIdentity 
- The user identity associated with the resource.
- type str
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- user_assigned_ stridentity 
- The user identity associated with the resource.
- type String
- The type of managed identity used. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user-assigned identities. The type 'None' will remove any identity.
- userAssigned StringIdentity 
- The user identity associated with the resource.
HybridConnectionEventSubscriptionDestinationResponse     
- DeliveryAttribute List<Union<Pulumi.Mappings Azure Native. Event Grid. Inputs. Dynamic Delivery Attribute Mapping Response, Pulumi. Azure Native. Event Grid. Inputs. Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- ResourceId string
- The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
- DeliveryAttribute []interface{}Mappings 
- Delivery attribute details.
- ResourceId string
- The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
- deliveryAttribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- resourceId String
- The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
- deliveryAttribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] 
- Delivery attribute details.
- resourceId string
- The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
- delivery_attribute_ Sequence[Union[Dynamicmappings Delivery Attribute Mapping Response, Static Delivery Attribute Mapping Response]] 
- Delivery attribute details.
- resource_id str
- The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
- deliveryAttribute List<Property Map | Property Map>Mappings 
- Delivery attribute details.
- resourceId String
- The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
IsNotNullAdvancedFilterResponse     
- Key string
- The field/property in the event based on which you want to filter.
- Key string
- The field/property in the event based on which you want to filter.
- key String
- The field/property in the event based on which you want to filter.
- key string
- The field/property in the event based on which you want to filter.
- key str
- The field/property in the event based on which you want to filter.
- key String
- The field/property in the event based on which you want to filter.
IsNullOrUndefinedAdvancedFilterResponse      
- Key string
- The field/property in the event based on which you want to filter.
- Key string
- The field/property in the event based on which you want to filter.
- key String
- The field/property in the event based on which you want to filter.
- key string
- The field/property in the event based on which you want to filter.
- key str
- The field/property in the event based on which you want to filter.
- key String
- The field/property in the event based on which you want to filter.
NumberGreaterThanAdvancedFilterResponse     
NumberGreaterThanOrEqualsAdvancedFilterResponse       
NumberInAdvancedFilterResponse    
NumberInRangeAdvancedFilterResponse     
NumberLessThanAdvancedFilterResponse     
NumberLessThanOrEqualsAdvancedFilterResponse       
NumberNotInAdvancedFilterResponse     
NumberNotInRangeAdvancedFilterResponse      
RetryPolicyResponse  
- EventTime intTo Live In Minutes 
- Time To Live (in minutes) for events.
- MaxDelivery intAttempts 
- Maximum number of delivery retry attempts for events.
- EventTime intTo Live In Minutes 
- Time To Live (in minutes) for events.
- MaxDelivery intAttempts 
- Maximum number of delivery retry attempts for events.
- eventTime IntegerTo Live In Minutes 
- Time To Live (in minutes) for events.
- maxDelivery IntegerAttempts 
- Maximum number of delivery retry attempts for events.
- eventTime numberTo Live In Minutes 
- Time To Live (in minutes) for events.
- maxDelivery numberAttempts 
- Maximum number of delivery retry attempts for events.
- event_time_ intto_ live_ in_ minutes 
- Time To Live (in minutes) for events.
- max_delivery_ intattempts 
- Maximum number of delivery retry attempts for events.
- eventTime NumberTo Live In Minutes 
- Time To Live (in minutes) for events.
- maxDelivery NumberAttempts 
- Maximum number of delivery retry attempts for events.
ServiceBusQueueEventSubscriptionDestinationResponse      
- DeliveryAttribute List<Union<Pulumi.Mappings Azure Native. Event Grid. Inputs. Dynamic Delivery Attribute Mapping Response, Pulumi. Azure Native. Event Grid. Inputs. Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- ResourceId string
- The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
- DeliveryAttribute []interface{}Mappings 
- Delivery attribute details.
- ResourceId string
- The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
- deliveryAttribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- resourceId String
- The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
- deliveryAttribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] 
- Delivery attribute details.
- resourceId string
- The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
- delivery_attribute_ Sequence[Union[Dynamicmappings Delivery Attribute Mapping Response, Static Delivery Attribute Mapping Response]] 
- Delivery attribute details.
- resource_id str
- The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
- deliveryAttribute List<Property Map | Property Map>Mappings 
- Delivery attribute details.
- resourceId String
- The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
ServiceBusTopicEventSubscriptionDestinationResponse      
- DeliveryAttribute List<Union<Pulumi.Mappings Azure Native. Event Grid. Inputs. Dynamic Delivery Attribute Mapping Response, Pulumi. Azure Native. Event Grid. Inputs. Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- ResourceId string
- The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.
- DeliveryAttribute []interface{}Mappings 
- Delivery attribute details.
- ResourceId string
- The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.
- deliveryAttribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- resourceId String
- The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.
- deliveryAttribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] 
- Delivery attribute details.
- resourceId string
- The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.
- delivery_attribute_ Sequence[Union[Dynamicmappings Delivery Attribute Mapping Response, Static Delivery Attribute Mapping Response]] 
- Delivery attribute details.
- resource_id str
- The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.
- deliveryAttribute List<Property Map | Property Map>Mappings 
- Delivery attribute details.
- resourceId String
- The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.
StaticDeliveryAttributeMappingResponse    
StorageBlobDeadLetterDestinationResponse     
- BlobContainer stringName 
- The name of the Storage blob container that is the destination of the deadletter events
- ResourceId string
- The Azure Resource ID of the storage account that is the destination of the deadletter events
- BlobContainer stringName 
- The name of the Storage blob container that is the destination of the deadletter events
- ResourceId string
- The Azure Resource ID of the storage account that is the destination of the deadletter events
- blobContainer StringName 
- The name of the Storage blob container that is the destination of the deadletter events
- resourceId String
- The Azure Resource ID of the storage account that is the destination of the deadletter events
- blobContainer stringName 
- The name of the Storage blob container that is the destination of the deadletter events
- resourceId string
- The Azure Resource ID of the storage account that is the destination of the deadletter events
- blob_container_ strname 
- The name of the Storage blob container that is the destination of the deadletter events
- resource_id str
- The Azure Resource ID of the storage account that is the destination of the deadletter events
- blobContainer StringName 
- The name of the Storage blob container that is the destination of the deadletter events
- resourceId String
- The Azure Resource ID of the storage account that is the destination of the deadletter events
StorageQueueEventSubscriptionDestinationResponse     
- QueueMessage doubleTime To Live In Seconds 
- Storage queue message time to live in seconds.
- QueueName string
- The name of the Storage queue under a storage account that is the destination of an event subscription.
- ResourceId string
- The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
- QueueMessage float64Time To Live In Seconds 
- Storage queue message time to live in seconds.
- QueueName string
- The name of the Storage queue under a storage account that is the destination of an event subscription.
- ResourceId string
- The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
- queueMessage DoubleTime To Live In Seconds 
- Storage queue message time to live in seconds.
- queueName String
- The name of the Storage queue under a storage account that is the destination of an event subscription.
- resourceId String
- The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
- queueMessage numberTime To Live In Seconds 
- Storage queue message time to live in seconds.
- queueName string
- The name of the Storage queue under a storage account that is the destination of an event subscription.
- resourceId string
- The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
- queue_message_ floattime_ to_ live_ in_ seconds 
- Storage queue message time to live in seconds.
- queue_name str
- The name of the Storage queue under a storage account that is the destination of an event subscription.
- resource_id str
- The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
- queueMessage NumberTime To Live In Seconds 
- Storage queue message time to live in seconds.
- queueName String
- The name of the Storage queue under a storage account that is the destination of an event subscription.
- resourceId String
- The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
StringBeginsWithAdvancedFilterResponse     
StringContainsAdvancedFilterResponse    
StringEndsWithAdvancedFilterResponse     
StringInAdvancedFilterResponse    
StringNotBeginsWithAdvancedFilterResponse      
StringNotContainsAdvancedFilterResponse     
StringNotEndsWithAdvancedFilterResponse      
StringNotInAdvancedFilterResponse     
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
WebHookEventSubscriptionDestinationResponse     
- EndpointBase stringUrl 
- The base URL that represents the endpoint of the destination of an event subscription.
- AzureActive stringDirectory Application Id Or Uri 
- The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
- AzureActive stringDirectory Tenant Id 
- The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
- DeliveryAttribute List<Union<Pulumi.Mappings Azure Native. Event Grid. Inputs. Dynamic Delivery Attribute Mapping Response, Pulumi. Azure Native. Event Grid. Inputs. Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- EndpointUrl string
- The URL that represents the endpoint of the destination of an event subscription.
- MaxEvents intPer Batch 
- Maximum number of events per batch.
- PreferredBatch intSize In Kilobytes 
- Preferred batch size in Kilobytes.
- EndpointBase stringUrl 
- The base URL that represents the endpoint of the destination of an event subscription.
- AzureActive stringDirectory Application Id Or Uri 
- The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
- AzureActive stringDirectory Tenant Id 
- The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
- DeliveryAttribute []interface{}Mappings 
- Delivery attribute details.
- EndpointUrl string
- The URL that represents the endpoint of the destination of an event subscription.
- MaxEvents intPer Batch 
- Maximum number of events per batch.
- PreferredBatch intSize In Kilobytes 
- Preferred batch size in Kilobytes.
- endpointBase StringUrl 
- The base URL that represents the endpoint of the destination of an event subscription.
- azureActive StringDirectory Application Id Or Uri 
- The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
- azureActive StringDirectory Tenant Id 
- The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
- deliveryAttribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> 
- Delivery attribute details.
- endpointUrl String
- The URL that represents the endpoint of the destination of an event subscription.
- maxEvents IntegerPer Batch 
- Maximum number of events per batch.
- preferredBatch IntegerSize In Kilobytes 
- Preferred batch size in Kilobytes.
- endpointBase stringUrl 
- The base URL that represents the endpoint of the destination of an event subscription.
- azureActive stringDirectory Application Id Or Uri 
- The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
- azureActive stringDirectory Tenant Id 
- The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
- deliveryAttribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] 
- Delivery attribute details.
- endpointUrl string
- The URL that represents the endpoint of the destination of an event subscription.
- maxEvents numberPer Batch 
- Maximum number of events per batch.
- preferredBatch numberSize In Kilobytes 
- Preferred batch size in Kilobytes.
- endpoint_base_ strurl 
- The base URL that represents the endpoint of the destination of an event subscription.
- azure_active_ strdirectory_ application_ id_ or_ uri 
- The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
- azure_active_ strdirectory_ tenant_ id 
- The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
- delivery_attribute_ Sequence[Union[Dynamicmappings Delivery Attribute Mapping Response, Static Delivery Attribute Mapping Response]] 
- Delivery attribute details.
- endpoint_url str
- The URL that represents the endpoint of the destination of an event subscription.
- max_events_ intper_ batch 
- Maximum number of events per batch.
- preferred_batch_ intsize_ in_ kilobytes 
- Preferred batch size in Kilobytes.
- endpointBase StringUrl 
- The base URL that represents the endpoint of the destination of an event subscription.
- azureActive StringDirectory Application Id Or Uri 
- The Azure Active Directory Application ID or URI to get the access token that will be included as the bearer token in delivery requests.
- azureActive StringDirectory Tenant Id 
- The Azure Active Directory Tenant ID to get the access token that will be included as the bearer token in delivery requests.
- deliveryAttribute List<Property Map | Property Map>Mappings 
- Delivery attribute details.
- endpointUrl String
- The URL that represents the endpoint of the destination of an event subscription.
- maxEvents NumberPer Batch 
- Maximum number of events per batch.
- preferredBatch NumberSize In Kilobytes 
- Preferred batch size in Kilobytes.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi