Concrete tracked resource types can be created by aliasing this type using a specific property type.
Uses Azure REST API version 2025-09-01-preview.
Other available API versions: 2024-07-22-preview, 2025-12-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native cdn [ApiVersion]. See the version guide for details.
Example Usage
CreateEdgeActionExecutionFilters
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AzureNative = Pulumi.AzureNative;
return await Deployment.RunAsync(() =>
{
var edgeActionExecutionFilter = new AzureNative.Cdn.EdgeActionExecutionFilter("edgeActionExecutionFilter", new()
{
EdgeActionName = "edgeAction1",
ExecutionFilter = "executionFilter1",
ExecutionFilterIdentifierHeaderName = "header-key",
ExecutionFilterIdentifierHeaderValue = "header-value",
Location = "global",
ResourceGroupName = "testrg",
VersionId = "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testrg/providers/Microsoft.Cdn/EdgeActions/edgeAction1/versions/version1",
});
});
package main
import (
cdn "github.com/pulumi/pulumi-azure-native-sdk/cdn/v3"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := cdn.NewEdgeActionExecutionFilter(ctx, "edgeActionExecutionFilter", &cdn.EdgeActionExecutionFilterArgs{
EdgeActionName: pulumi.String("edgeAction1"),
ExecutionFilter: pulumi.String("executionFilter1"),
ExecutionFilterIdentifierHeaderName: pulumi.String("header-key"),
ExecutionFilterIdentifierHeaderValue: pulumi.String("header-value"),
Location: pulumi.String("global"),
ResourceGroupName: pulumi.String("testrg"),
VersionId: pulumi.String("/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testrg/providers/Microsoft.Cdn/EdgeActions/edgeAction1/versions/version1"),
})
if err != nil {
return err
}
return nil
})
}
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.azurenative.cdn.EdgeActionExecutionFilter;
import com.pulumi.azurenative.cdn.EdgeActionExecutionFilterArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var edgeActionExecutionFilter = new EdgeActionExecutionFilter("edgeActionExecutionFilter", EdgeActionExecutionFilterArgs.builder()
.edgeActionName("edgeAction1")
.executionFilter("executionFilter1")
.executionFilterIdentifierHeaderName("header-key")
.executionFilterIdentifierHeaderValue("header-value")
.location("global")
.resourceGroupName("testrg")
.versionId("/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testrg/providers/Microsoft.Cdn/EdgeActions/edgeAction1/versions/version1")
.build());
}
}
import * as pulumi from "@pulumi/pulumi";
import * as azure_native from "@pulumi/azure-native";
const edgeActionExecutionFilter = new azure_native.cdn.EdgeActionExecutionFilter("edgeActionExecutionFilter", {
edgeActionName: "edgeAction1",
executionFilter: "executionFilter1",
executionFilterIdentifierHeaderName: "header-key",
executionFilterIdentifierHeaderValue: "header-value",
location: "global",
resourceGroupName: "testrg",
versionId: "/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testrg/providers/Microsoft.Cdn/EdgeActions/edgeAction1/versions/version1",
});
import pulumi
import pulumi_azure_native as azure_native
edge_action_execution_filter = azure_native.cdn.EdgeActionExecutionFilter("edgeActionExecutionFilter",
edge_action_name="edgeAction1",
execution_filter="executionFilter1",
execution_filter_identifier_header_name="header-key",
execution_filter_identifier_header_value="header-value",
location="global",
resource_group_name="testrg",
version_id="/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testrg/providers/Microsoft.Cdn/EdgeActions/edgeAction1/versions/version1")
resources:
edgeActionExecutionFilter:
type: azure-native:cdn:EdgeActionExecutionFilter
properties:
edgeActionName: edgeAction1
executionFilter: executionFilter1
executionFilterIdentifierHeaderName: header-key
executionFilterIdentifierHeaderValue: header-value
location: global
resourceGroupName: testrg
versionId: /subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/testrg/providers/Microsoft.Cdn/EdgeActions/edgeAction1/versions/version1
Create EdgeActionExecutionFilter Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EdgeActionExecutionFilter(name: string, args: EdgeActionExecutionFilterArgs, opts?: CustomResourceOptions);@overload
def EdgeActionExecutionFilter(resource_name: str,
args: EdgeActionExecutionFilterArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EdgeActionExecutionFilter(resource_name: str,
opts: Optional[ResourceOptions] = None,
edge_action_name: Optional[str] = None,
execution_filter_identifier_header_name: Optional[str] = None,
execution_filter_identifier_header_value: Optional[str] = None,
resource_group_name: Optional[str] = None,
version_id: Optional[str] = None,
execution_filter: Optional[str] = None,
location: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)func NewEdgeActionExecutionFilter(ctx *Context, name string, args EdgeActionExecutionFilterArgs, opts ...ResourceOption) (*EdgeActionExecutionFilter, error)public EdgeActionExecutionFilter(string name, EdgeActionExecutionFilterArgs args, CustomResourceOptions? opts = null)
public EdgeActionExecutionFilter(String name, EdgeActionExecutionFilterArgs args)
public EdgeActionExecutionFilter(String name, EdgeActionExecutionFilterArgs args, CustomResourceOptions options)
type: azure-native:cdn:EdgeActionExecutionFilter
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EdgeActionExecutionFilterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EdgeActionExecutionFilterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EdgeActionExecutionFilterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EdgeActionExecutionFilterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EdgeActionExecutionFilterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var edgeActionExecutionFilterResource = new AzureNative.Cdn.EdgeActionExecutionFilter("edgeActionExecutionFilterResource", new()
{
EdgeActionName = "string",
ExecutionFilterIdentifierHeaderName = "string",
ExecutionFilterIdentifierHeaderValue = "string",
ResourceGroupName = "string",
VersionId = "string",
ExecutionFilter = "string",
Location = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := cdn.NewEdgeActionExecutionFilter(ctx, "edgeActionExecutionFilterResource", &cdn.EdgeActionExecutionFilterArgs{
EdgeActionName: pulumi.String("string"),
ExecutionFilterIdentifierHeaderName: pulumi.String("string"),
ExecutionFilterIdentifierHeaderValue: pulumi.String("string"),
ResourceGroupName: pulumi.String("string"),
VersionId: pulumi.String("string"),
ExecutionFilter: pulumi.String("string"),
Location: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var edgeActionExecutionFilterResource = new EdgeActionExecutionFilter("edgeActionExecutionFilterResource", EdgeActionExecutionFilterArgs.builder()
.edgeActionName("string")
.executionFilterIdentifierHeaderName("string")
.executionFilterIdentifierHeaderValue("string")
.resourceGroupName("string")
.versionId("string")
.executionFilter("string")
.location("string")
.tags(Map.of("string", "string"))
.build());
edge_action_execution_filter_resource = azure_native.cdn.EdgeActionExecutionFilter("edgeActionExecutionFilterResource",
edge_action_name="string",
execution_filter_identifier_header_name="string",
execution_filter_identifier_header_value="string",
resource_group_name="string",
version_id="string",
execution_filter="string",
location="string",
tags={
"string": "string",
})
const edgeActionExecutionFilterResource = new azure_native.cdn.EdgeActionExecutionFilter("edgeActionExecutionFilterResource", {
edgeActionName: "string",
executionFilterIdentifierHeaderName: "string",
executionFilterIdentifierHeaderValue: "string",
resourceGroupName: "string",
versionId: "string",
executionFilter: "string",
location: "string",
tags: {
string: "string",
},
});
type: azure-native:cdn:EdgeActionExecutionFilter
properties:
edgeActionName: string
executionFilter: string
executionFilterIdentifierHeaderName: string
executionFilterIdentifierHeaderValue: string
location: string
resourceGroupName: string
tags:
string: string
versionId: string
EdgeActionExecutionFilter Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The EdgeActionExecutionFilter resource accepts the following input properties:
- Edge
Action stringName - The name of the Edge Action
- Execution
Filter stringIdentifier Header Name - Custom Header Key associated with the execution filter
- Execution
Filter stringIdentifier Header Value - Custom Header Value associated with the execution filter
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Version
Id string - The referenced versionId of the edgeaction version
- Execution
Filter string - The name of the execution filter
- Location string
- The geo-location where the resource lives
- Dictionary<string, string>
- Resource tags.
- Edge
Action stringName - The name of the Edge Action
- Execution
Filter stringIdentifier Header Name - Custom Header Key associated with the execution filter
- Execution
Filter stringIdentifier Header Value - Custom Header Value associated with the execution filter
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Version
Id string - The referenced versionId of the edgeaction version
- Execution
Filter string - The name of the execution filter
- Location string
- The geo-location where the resource lives
- map[string]string
- Resource tags.
- edge
Action StringName - The name of the Edge Action
- execution
Filter StringIdentifier Header Name - Custom Header Key associated with the execution filter
- execution
Filter StringIdentifier Header Value - Custom Header Value associated with the execution filter
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- version
Id String - The referenced versionId of the edgeaction version
- execution
Filter String - The name of the execution filter
- location String
- The geo-location where the resource lives
- Map<String,String>
- Resource tags.
- edge
Action stringName - The name of the Edge Action
- execution
Filter stringIdentifier Header Name - Custom Header Key associated with the execution filter
- execution
Filter stringIdentifier Header Value - Custom Header Value associated with the execution filter
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- version
Id string - The referenced versionId of the edgeaction version
- execution
Filter string - The name of the execution filter
- location string
- The geo-location where the resource lives
- {[key: string]: string}
- Resource tags.
- edge_
action_ strname - The name of the Edge Action
- execution_
filter_ stridentifier_ header_ name - Custom Header Key associated with the execution filter
- execution_
filter_ stridentifier_ header_ value - Custom Header Value associated with the execution filter
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- version_
id str - The referenced versionId of the edgeaction version
- execution_
filter str - The name of the execution filter
- location str
- The geo-location where the resource lives
- Mapping[str, str]
- Resource tags.
- edge
Action StringName - The name of the Edge Action
- execution
Filter StringIdentifier Header Name - Custom Header Key associated with the execution filter
- execution
Filter StringIdentifier Header Value - Custom Header Value associated with the execution filter
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- version
Id String - The referenced versionId of the edgeaction version
- execution
Filter String - The name of the execution filter
- location String
- The geo-location where the resource lives
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the EdgeActionExecutionFilter resource produces the following output properties:
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Update stringTime - The last update time in UTC for the execution filter
- Name string
- The name of the resource
- Provisioning
State string - The provisioning state
- System
Data Pulumi.Azure Native. Cdn. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Azure
Api stringVersion - The Azure API version of the resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Update stringTime - The last update time in UTC for the execution filter
- Name string
- The name of the resource
- Provisioning
State string - The provisioning state
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Update StringTime - The last update time in UTC for the execution filter
- name String
- The name of the resource
- provisioning
State String - The provisioning state
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api stringVersion - The Azure API version of the resource.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Update stringTime - The last update time in UTC for the execution filter
- name string
- The name of the resource
- provisioning
State string - The provisioning state
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure_
api_ strversion - The Azure API version of the resource.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
update_ strtime - The last update time in UTC for the execution filter
- name str
- The name of the resource
- provisioning_
state str - The provisioning state
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- azure
Api StringVersion - The Azure API version of the resource.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Update StringTime - The last update time in UTC for the execution filter
- name String
- The name of the resource
- provisioning
State String - The provisioning state
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
Supporting Types
SystemDataResponse, SystemDataResponseArgs
Metadata pertaining to creation and last modification of 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 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.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:cdn:EdgeActionExecutionFilter executionFilter1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/edgeActions/{edgeActionName}/executionFilters/{executionFilter}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
