1. Packages
  2. Azure Native v1
  3. API Docs
  4. eventgrid
  5. getDomainEventSubscriptionDeliveryAttributes
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.eventgrid.getDomainEventSubscriptionDeliveryAttributes

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Get all delivery attributes for an event subscription for domain. API Version: 2021-10-15-preview.

    Using getDomainEventSubscriptionDeliveryAttributes

    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 getDomainEventSubscriptionDeliveryAttributes(args: GetDomainEventSubscriptionDeliveryAttributesArgs, opts?: InvokeOptions): Promise<GetDomainEventSubscriptionDeliveryAttributesResult>
    function getDomainEventSubscriptionDeliveryAttributesOutput(args: GetDomainEventSubscriptionDeliveryAttributesOutputArgs, opts?: InvokeOptions): Output<GetDomainEventSubscriptionDeliveryAttributesResult>
    def get_domain_event_subscription_delivery_attributes(domain_name: Optional[str] = None,
                                                          event_subscription_name: Optional[str] = None,
                                                          resource_group_name: Optional[str] = None,
                                                          opts: Optional[InvokeOptions] = None) -> GetDomainEventSubscriptionDeliveryAttributesResult
    def get_domain_event_subscription_delivery_attributes_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[GetDomainEventSubscriptionDeliveryAttributesResult]
    func GetDomainEventSubscriptionDeliveryAttributes(ctx *Context, args *GetDomainEventSubscriptionDeliveryAttributesArgs, opts ...InvokeOption) (*GetDomainEventSubscriptionDeliveryAttributesResult, error)
    func GetDomainEventSubscriptionDeliveryAttributesOutput(ctx *Context, args *GetDomainEventSubscriptionDeliveryAttributesOutputArgs, opts ...InvokeOption) GetDomainEventSubscriptionDeliveryAttributesResultOutput

    > Note: This function is named GetDomainEventSubscriptionDeliveryAttributes in the Go SDK.

    public static class GetDomainEventSubscriptionDeliveryAttributes 
    {
        public static Task<GetDomainEventSubscriptionDeliveryAttributesResult> InvokeAsync(GetDomainEventSubscriptionDeliveryAttributesArgs args, InvokeOptions? opts = null)
        public static Output<GetDomainEventSubscriptionDeliveryAttributesResult> Invoke(GetDomainEventSubscriptionDeliveryAttributesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDomainEventSubscriptionDeliveryAttributesResult> getDomainEventSubscriptionDeliveryAttributes(GetDomainEventSubscriptionDeliveryAttributesArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:eventgrid:getDomainEventSubscriptionDeliveryAttributes
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DomainName string
    Name of the domain topic.
    EventSubscriptionName string
    Name of the event subscription.
    ResourceGroupName string
    The name of the resource group within the user's subscription.
    DomainName string
    Name of the domain topic.
    EventSubscriptionName string
    Name of the event subscription.
    ResourceGroupName string
    The name of the resource group within the user's subscription.
    domainName String
    Name of the domain topic.
    eventSubscriptionName String
    Name of the event subscription.
    resourceGroupName String
    The name of the resource group within the user's subscription.
    domainName string
    Name of the domain topic.
    eventSubscriptionName string
    Name of the event subscription.
    resourceGroupName string
    The name of the resource group within the user's subscription.
    domain_name str
    Name of the domain topic.
    event_subscription_name str
    Name of the event subscription.
    resource_group_name str
    The name of the resource group within the user's subscription.
    domainName String
    Name of the domain topic.
    eventSubscriptionName String
    Name of the event subscription.
    resourceGroupName String
    The name of the resource group within the user's subscription.

    getDomainEventSubscriptionDeliveryAttributes Result

    The following output properties are available:

    Value List<Union<Pulumi.AzureNative.EventGrid.Outputs.DynamicDeliveryAttributeMappingResponse, Pulumi.AzureNative.EventGrid.Outputs.StaticDeliveryAttributeMappingResponse>>
    A collection of DeliveryAttributeMapping
    Value []interface{}
    A collection of DeliveryAttributeMapping
    value List<Either<DynamicDeliveryAttributeMappingResponse,StaticDeliveryAttributeMappingResponse>>
    A collection of DeliveryAttributeMapping
    value (DynamicDeliveryAttributeMappingResponse | StaticDeliveryAttributeMappingResponse)[]
    A collection of DeliveryAttributeMapping
    value Sequence[Any]
    A collection of DeliveryAttributeMapping
    value List<Property Map | Property Map>
    A collection of DeliveryAttributeMapping

    Supporting Types

    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.

    StaticDeliveryAttributeMappingResponse

    IsSecret bool
    Boolean flag to tell if the attribute contains sensitive information .
    Name string
    Name of the delivery attribute or header.
    Value string
    Value of the delivery attribute.
    IsSecret bool
    Boolean flag to tell if the attribute contains sensitive information .
    Name string
    Name of the delivery attribute or header.
    Value string
    Value of the delivery attribute.
    isSecret Boolean
    Boolean flag to tell if the attribute contains sensitive information .
    name String
    Name of the delivery attribute or header.
    value String
    Value of the delivery attribute.
    isSecret boolean
    Boolean flag to tell if the attribute contains sensitive information .
    name string
    Name of the delivery attribute or header.
    value string
    Value of the delivery attribute.
    is_secret bool
    Boolean flag to tell if the attribute contains sensitive information .
    name str
    Name of the delivery attribute or header.
    value str
    Value of the delivery attribute.
    isSecret Boolean
    Boolean flag to tell if the attribute contains sensitive information .
    name String
    Name of the delivery attribute or header.
    value String
    Value of the delivery attribute.

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi