Resource Type: azure_event_subscription

Defined in:
lib/puppet/type/azure_event_subscription.rb
Providers:
arm

Overview

Event Subscription

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • id

    Fully qualified identifier of the resource.

  • properties

    Properties of the event subscription

  • type

    Type of the resource.

Parameters

  • api_version

    Version of the API to be used with the client request.

  • event_subscription_info

    Event subscription properties containing the destination and filter information.

  • name (namevar)

    Name of the resource.

  • provider

    The specific backend to use for this ‘azure_event_subscription` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.

  • scope

    The identifier of the resource to which the event subscription needs to be created or updated. The scope can be a subscription, or a resource group, or a top level resource belonging to a resource provider namespace, or an EventGrid topic. For example, use ‘/subscriptions/subscriptionId/’ for a subscription, ‘/subscriptions/subscriptionId/resourceGroups/resourceGroupName’ for a resource group, and ‘/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/resourceProviderNamespace/resourceType/resourceName’ for a resource, and ‘/subscriptions/subscriptionId/resourceGroups/resourceGroupName/providers/Microsoft.EventGrid/topics/topicName’ for an EventGrid topic.

  • subscription_id

    Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.