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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.eventgrid.getDomainEventSubscription
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.47.1 published on Monday, Jun 24, 2024 by Pulumi
Get properties of an event subscription of a domain. Azure REST API version: 2022-06-15.
Other available API versions: 2023-06-01-preview, 2023-12-15-preview, 2024-06-01-preview.
Using getDomainEventSubscription
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 getDomainEventSubscription(args: GetDomainEventSubscriptionArgs, opts?: InvokeOptions): Promise<GetDomainEventSubscriptionResult>
function getDomainEventSubscriptionOutput(args: GetDomainEventSubscriptionOutputArgs, opts?: InvokeOptions): Output<GetDomainEventSubscriptionResult>
def get_domain_event_subscription(domain_name: Optional[str] = None,
event_subscription_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetDomainEventSubscriptionResult
def get_domain_event_subscription_output(domain_name: Optional[pulumi.Input[str]] = None,
event_subscription_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetDomainEventSubscriptionResult]
func LookupDomainEventSubscription(ctx *Context, args *LookupDomainEventSubscriptionArgs, opts ...InvokeOption) (*LookupDomainEventSubscriptionResult, error)
func LookupDomainEventSubscriptionOutput(ctx *Context, args *LookupDomainEventSubscriptionOutputArgs, opts ...InvokeOption) LookupDomainEventSubscriptionResultOutput
> Note: This function is named LookupDomainEventSubscription
in the Go SDK.
public static class GetDomainEventSubscription
{
public static Task<GetDomainEventSubscriptionResult> InvokeAsync(GetDomainEventSubscriptionArgs args, InvokeOptions? opts = null)
public static Output<GetDomainEventSubscriptionResult> Invoke(GetDomainEventSubscriptionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDomainEventSubscriptionResult> getDomainEventSubscription(GetDomainEventSubscriptionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:eventgrid:getDomainEventSubscription
arguments:
# arguments dictionary
The following arguments are supported:
- Domain
Name string - Name of the partner topic.
- Event
Subscription 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.
- Resource
Group stringName - The name of the resource group within the user's subscription.
- Domain
Name string - Name of the partner topic.
- Event
Subscription 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.
- Resource
Group stringName - The name of the resource group within the user's subscription.
- domain
Name String - Name of the partner topic.
- event
Subscription 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.
- resource
Group StringName - The name of the resource group within the user's subscription.
- domain
Name string - Name of the partner topic.
- event
Subscription 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.
- resource
Group stringName - The name of the resource group within the user's subscription.
- domain_
name str - 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.
- domain
Name String - Name of the partner topic.
- event
Subscription 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.
- resource
Group StringName - The name of the resource group within the user's subscription.
getDomainEventSubscription Result
The following output properties are available:
- Id string
- Fully qualified identifier of the resource.
- Name string
- Name of the resource.
- Provisioning
State string - Provisioning state of the event subscription.
- System
Data 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.
- Dead
Letter 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.
- Dead
Letter 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.
- Delivery
With 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.
- Event
Delivery stringSchema - The event delivery schema for the event subscription.
- Expiration
Time 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.
- Retry
Policy 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.
- Provisioning
State string - Provisioning state of the event subscription.
- System
Data 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.
- 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
Azure
Function | 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 stringSchema - The event delivery schema for the event subscription.
- Expiration
Time stringUtc - Expiration time of the event subscription.
- Filter
Event
Subscription Filter Response - Information about the filter for the event subscription.
- Labels []string
- 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.
- provisioning
State String - Provisioning state of the event subscription.
- system
Data 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.
- 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
Azure
Function | 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 StringSchema - The event delivery schema for the event subscription.
- expiration
Time StringUtc - Expiration time of the event subscription.
- filter
Event
Subscription Filter Response - Information about the filter for the event subscription.
- labels List<String>
- 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.
- provisioning
State string - Provisioning state of the event subscription.
- system
Data 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.
- 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
Azure
Function | 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 stringSchema - The event delivery schema for the event subscription.
- expiration
Time stringUtc - Expiration time of the event subscription.
- filter
Event
Subscription Filter Response - Information about the filter for the event subscription.
- labels string[]
- 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 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
Azure
Function | 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
Event
Subscription 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.
- provisioning
State String - Provisioning state of the event subscription.
- system
Data 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.
- dead
Letter 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.
- dead
Letter 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.
- delivery
With 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.
- event
Delivery StringSchema - The event delivery schema for the event subscription.
- expiration
Time 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.
- retry
Policy 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
- Delivery
Attribute 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.
- Max
Events intPer Batch - Maximum number of events per batch.
- Preferred
Batch intSize In Kilobytes - Preferred batch size in Kilobytes.
- Resource
Id string - The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
- Delivery
Attribute []interface{}Mappings - 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 string - The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
- delivery
Attribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> - Delivery attribute details.
- max
Events IntegerPer Batch - Maximum number of events per batch.
- preferred
Batch IntegerSize In Kilobytes - Preferred batch size in Kilobytes.
- resource
Id String - The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
- delivery
Attribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] - Delivery attribute details.
- max
Events numberPer Batch - Maximum number of events per batch.
- preferred
Batch numberSize In Kilobytes - Preferred batch size in Kilobytes.
- resource
Id 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.
- delivery
Attribute List<Property Map | Property Map>Mappings - Delivery attribute details.
- max
Events NumberPer Batch - Maximum number of events per batch.
- preferred
Batch NumberSize In Kilobytes - Preferred batch size in Kilobytes.
- resource
Id String - The Azure Resource Id that represents the endpoint of the Azure Function destination of an event subscription.
BoolEqualsAdvancedFilterResponse
DeadLetterWithResourceIdentityResponse
- Dead
Letter 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.
- 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
Event
Subscription 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
Event
Subscription 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
Event
Subscription 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
Event
Subscription Identity Response - The identity to use when dead-lettering events.
- dead
Letter 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
Azure
Function | 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
Event
Subscription Identity Response - The identity to use when delivering events.
- destination
Azure
Function | 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
Event
Subscription Identity Response - The identity to use when delivering events.
- destination
Azure
Function | 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
Event
Subscription Identity Response - The identity to use when delivering events.
- destination
Azure
Function | 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
Event
Subscription 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.
- Source
Field string - JSON path in the event which contains attribute value.
- Name string
- Name of the delivery attribute or header.
- Source
Field string - JSON path in the event which contains attribute value.
- name String
- Name of the delivery attribute or header.
- source
Field String - JSON path in the event which contains attribute value.
- name string
- Name of the delivery attribute or header.
- source
Field 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.
- source
Field String - JSON path in the event which contains attribute value.
EventHubEventSubscriptionDestinationResponse
- Delivery
Attribute 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.
- Resource
Id string - The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
- Delivery
Attribute []interface{}Mappings - Delivery attribute details.
- Resource
Id string - The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
- delivery
Attribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> - Delivery attribute details.
- resource
Id String - The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
- delivery
Attribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] - Delivery attribute details.
- resource
Id 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.
- delivery
Attribute List<Property Map | Property Map>Mappings - Delivery attribute details.
- resource
Id String - The Azure Resource Id that represents the endpoint of an Event Hub destination of an event subscription.
EventSubscriptionFilterResponse
- Advanced
Filters List<object> - 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 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.
- Is
Subject boolCase Sensitive - Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- Subject
Begins 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.
- Subject
Ends 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 []interface{} - 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 []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.
- Is
Subject boolCase Sensitive - Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- Subject
Begins 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.
- Subject
Ends 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 List<Object> - An array of advanced filters that are used for filtering event subscriptions.
- enable
Advanced BooleanFiltering On Arrays - Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
- included
Event 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.
- is
Subject BooleanCase Sensitive - Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- subject
Begins 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.
- subject
Ends 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 (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 booleanFiltering On Arrays - Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
- included
Event 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.
- is
Subject booleanCase Sensitive - Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- subject
Begins 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.
- subject
Ends 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.
- advanced
Filters 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.
- enable
Advanced BooleanFiltering On Arrays - Allows advanced filters to be evaluated against an array of values instead of expecting a singular value.
- included
Event 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.
- is
Subject BooleanCase Sensitive - Specifies if the SubjectBeginsWith and SubjectEndsWith properties of the filter should be compared in a case sensitive manner.
- subject
Begins 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.
- subject
Ends 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.
- User
Assigned 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.
- User
Assigned 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.
- user
Assigned 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.
- user
Assigned 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.
- user
Assigned StringIdentity - The user identity associated with the resource.
HybridConnectionEventSubscriptionDestinationResponse
- Delivery
Attribute 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.
- Resource
Id string - The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
- Delivery
Attribute []interface{}Mappings - Delivery attribute details.
- Resource
Id string - The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
- delivery
Attribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> - Delivery attribute details.
- resource
Id String - The Azure Resource ID of an hybrid connection that is the destination of an event subscription.
- delivery
Attribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] - Delivery attribute details.
- resource
Id 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.
- delivery
Attribute List<Property Map | Property Map>Mappings - Delivery attribute details.
- resource
Id 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
- Event
Time intTo Live In Minutes - Time To Live (in minutes) for events.
- Max
Delivery intAttempts - 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.
- event
Time IntegerTo Live In Minutes - Time To Live (in minutes) for events.
- max
Delivery IntegerAttempts - Maximum number of delivery retry attempts for events.
- event
Time numberTo Live In Minutes - Time To Live (in minutes) for events.
- max
Delivery 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.
- event
Time NumberTo Live In Minutes - Time To Live (in minutes) for events.
- max
Delivery NumberAttempts - Maximum number of delivery retry attempts for events.
ServiceBusQueueEventSubscriptionDestinationResponse
- Delivery
Attribute 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.
- Resource
Id string - The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
- Delivery
Attribute []interface{}Mappings - Delivery attribute details.
- Resource
Id string - The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
- delivery
Attribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> - Delivery attribute details.
- resource
Id String - The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
- delivery
Attribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] - Delivery attribute details.
- resource
Id 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.
- delivery
Attribute List<Property Map | Property Map>Mappings - Delivery attribute details.
- resource
Id String - The Azure Resource Id that represents the endpoint of the Service Bus destination of an event subscription.
ServiceBusTopicEventSubscriptionDestinationResponse
- Delivery
Attribute 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.
- Resource
Id string - The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.
- Delivery
Attribute []interface{}Mappings - Delivery attribute details.
- Resource
Id string - The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.
- delivery
Attribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> - Delivery attribute details.
- resource
Id String - The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.
- delivery
Attribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] - Delivery attribute details.
- resource
Id 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.
- delivery
Attribute List<Property Map | Property Map>Mappings - Delivery attribute details.
- resource
Id String - The Azure Resource Id that represents the endpoint of the Service Bus Topic destination of an event subscription.
StaticDeliveryAttributeMappingResponse
StorageBlobDeadLetterDestinationResponse
- Blob
Container stringName - The name of the Storage blob container that is the destination of the deadletter events
- Resource
Id string - The Azure Resource ID of the storage account that is the destination of the deadletter events
- Blob
Container stringName - The name of the Storage blob container that is the destination of the deadletter events
- Resource
Id string - The Azure Resource ID of the storage account that is the destination of the deadletter events
- blob
Container StringName - The name of the Storage blob container that is the destination of the deadletter events
- resource
Id String - The Azure Resource ID of the storage account that is the destination of the deadletter events
- blob
Container stringName - The name of the Storage blob container that is the destination of the deadletter events
- resource
Id 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
- blob
Container StringName - The name of the Storage blob container that is the destination of the deadletter events
- resource
Id String - The Azure Resource ID of the storage account that is the destination of the deadletter events
StorageQueueEventSubscriptionDestinationResponse
- Queue
Message doubleTime To Live In Seconds - Storage queue message time to live in seconds.
- Queue
Name string - The name of the Storage queue under a storage account that is the destination of an event subscription.
- Resource
Id string - The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
- Queue
Message float64Time To Live In Seconds - Storage queue message time to live in seconds.
- Queue
Name string - The name of the Storage queue under a storage account that is the destination of an event subscription.
- Resource
Id string - The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
- queue
Message DoubleTime To Live In Seconds - Storage queue message time to live in seconds.
- queue
Name String - The name of the Storage queue under a storage account that is the destination of an event subscription.
- resource
Id String - The Azure Resource ID of the storage account that contains the queue that is the destination of an event subscription.
- queue
Message numberTime To Live In Seconds - Storage queue message time to live in seconds.
- queue
Name string - The name of the Storage queue under a storage account that is the destination of an event subscription.
- resource
Id 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.
- queue
Message NumberTime To Live In Seconds - Storage queue message time to live in seconds.
- queue
Name String - The name of the Storage queue under a storage account that is the destination of an event subscription.
- resource
Id 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
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified 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.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
WebHookEventSubscriptionDestinationResponse
- Endpoint
Base stringUrl - The base URL that represents the endpoint of the destination of an event subscription.
- Azure
Active 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.
- Azure
Active 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.
- Delivery
Attribute 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.
- Endpoint
Url string - 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.
- Endpoint
Base stringUrl - The base URL that represents the endpoint of the destination of an event subscription.
- Azure
Active 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.
- Azure
Active 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.
- Delivery
Attribute []interface{}Mappings - Delivery attribute details.
- Endpoint
Url string - 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.
- endpoint
Base StringUrl - The base URL that represents the endpoint of the destination of an event subscription.
- azure
Active 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.
- azure
Active 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.
- delivery
Attribute List<Either<DynamicMappings Delivery Attribute Mapping Response,Static Delivery Attribute Mapping Response>> - Delivery attribute details.
- endpoint
Url String - The URL that represents the endpoint of the destination of an event subscription.
- max
Events IntegerPer Batch - Maximum number of events per batch.
- preferred
Batch IntegerSize In Kilobytes - Preferred batch size in Kilobytes.
- endpoint
Base stringUrl - The base URL that represents the endpoint of the destination of an event subscription.
- azure
Active 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.
- azure
Active 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.
- delivery
Attribute (DynamicMappings Delivery Attribute Mapping Response | Static Delivery Attribute Mapping Response)[] - Delivery attribute details.
- endpoint
Url string - The URL that represents the endpoint of the destination of an event subscription.
- max
Events numberPer Batch - Maximum number of events per batch.
- preferred
Batch 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.
- endpoint
Base StringUrl - The base URL that represents the endpoint of the destination of an event subscription.
- azure
Active 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.
- azure
Active 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.
- delivery
Attribute List<Property Map | Property Map>Mappings - Delivery attribute details.
- endpoint
Url String - The URL that represents the endpoint of the destination of an event subscription.
- max
Events NumberPer Batch - Maximum number of events per batch.
- preferred
Batch 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.47.1 published on Monday, Jun 24, 2024 by Pulumi