@pulumi/azure-native
Version:
[](https://slack.pulumi.com) [](https://npmjs.com/package/@pulumi/azure-native) [;
exports.getEventSubscriptionDeliveryAttributesOutput = exports.getEventSubscriptionDeliveryAttributes = void 0;
const pulumi = require("@pulumi/pulumi");
const utilities = require("../utilities");
/**
* Get all delivery attributes for an event subscription.
*
* Uses Azure REST API version 2025-02-15.
*
* Other available API versions: 2022-06-15, 2023-06-01-preview, 2023-12-15-preview, 2024-06-01-preview, 2024-12-15-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native eventgrid [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
*/
function getEventSubscriptionDeliveryAttributes(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invoke("azure-native:eventgrid:getEventSubscriptionDeliveryAttributes", {
"eventSubscriptionName": args.eventSubscriptionName,
"scope": args.scope,
}, opts);
}
exports.getEventSubscriptionDeliveryAttributes = getEventSubscriptionDeliveryAttributes;
/**
* Get all delivery attributes for an event subscription.
*
* Uses Azure REST API version 2025-02-15.
*
* Other available API versions: 2022-06-15, 2023-06-01-preview, 2023-12-15-preview, 2024-06-01-preview, 2024-12-15-preview, 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command `pulumi package add azure-native eventgrid [ApiVersion]`. See the [version guide](../../../version-guide/#accessing-any-api-version-via-local-packages) for details.
*/
function getEventSubscriptionDeliveryAttributesOutput(args, opts) {
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
return pulumi.runtime.invokeOutput("azure-native:eventgrid:getEventSubscriptionDeliveryAttributes", {
"eventSubscriptionName": args.eventSubscriptionName,
"scope": args.scope,
}, opts);
}
exports.getEventSubscriptionDeliveryAttributesOutput = getEventSubscriptionDeliveryAttributesOutput;
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZ2V0RXZlbnRTdWJzY3JpcHRpb25EZWxpdmVyeUF0dHJpYnV0ZXMuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi9ldmVudGdyaWQvZ2V0RXZlbnRTdWJzY3JpcHRpb25EZWxpdmVyeUF0dHJpYnV0ZXMudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsMENBQTBDO0FBRTFDOzs7Ozs7R0FNRztBQUNILFNBQWdCLHNDQUFzQyxDQUFDLElBQWdELEVBQUUsSUFBMkI7SUFDaEksSUFBSSxHQUFHLE1BQU0sQ0FBQyxZQUFZLENBQUMsU0FBUyxDQUFDLG9CQUFvQixFQUFFLEVBQUUsSUFBSSxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBQ3pFLE9BQU8sTUFBTSxDQUFDLE9BQU8sQ0FBQyxNQUFNLENBQUMsK0RBQStELEVBQUU7UUFDMUYsdUJBQXVCLEVBQUUsSUFBSSxDQUFDLHFCQUFxQjtRQUNuRCxPQUFPLEVBQUUsSUFBSSxDQUFDLEtBQUs7S0FDdEIsRUFBRSxJQUFJLENBQUMsQ0FBQztBQUNiLENBQUM7QUFORCx3RkFNQztBQXNCRDs7Ozs7O0dBTUc7QUFDSCxTQUFnQiw0Q0FBNEMsQ0FBQyxJQUFzRCxFQUFFLElBQWlDO0lBQ2xKLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLFNBQVMsQ0FBQyxvQkFBb0IsRUFBRSxFQUFFLElBQUksSUFBSSxFQUFFLENBQUMsQ0FBQztJQUN6RSxPQUFPLE1BQU0sQ0FBQyxPQUFPLENBQUMsWUFBWSxDQUFDLCtEQUErRCxFQUFFO1FBQ2hHLHVCQUF1QixFQUFFLElBQUksQ0FBQyxxQkFBcUI7UUFDbkQsT0FBTyxFQUFFLElBQUksQ0FBQyxLQUFLO0tBQ3RCLEVBQUUsSUFBSSxDQUFDLENBQUM7QUFDYixDQUFDO0FBTkQsb0dBTUMifQ==