azure-native-v2.cdn.Policy
Explore with Pulumi AI
Defines web application firewall policy for Azure CDN. Azure REST API version: 2023-05-01. Prior API version in Azure Native 1.x: 2020-09-01.
Other available API versions: 2023-07-01-preview, 2024-02-01, 2024-05-01-preview, 2024-06-01-preview, 2024-09-01.
Create Policy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Policy(name: string, args: PolicyArgs, opts?: CustomResourceOptions);
@overload
def Policy(resource_name: str,
args: PolicyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Policy(resource_name: str,
opts: Optional[ResourceOptions] = None,
resource_group_name: Optional[str] = None,
sku: Optional[SkuArgs] = None,
custom_rules: Optional[CustomRuleListArgs] = None,
extended_properties: Optional[Mapping[str, str]] = None,
location: Optional[str] = None,
managed_rules: Optional[ManagedRuleSetListArgs] = None,
policy_name: Optional[str] = None,
policy_settings: Optional[PolicySettingsArgs] = None,
rate_limit_rules: Optional[RateLimitRuleListArgs] = None,
tags: Optional[Mapping[str, str]] = None)
func NewPolicy(ctx *Context, name string, args PolicyArgs, opts ...ResourceOption) (*Policy, error)
public Policy(string name, PolicyArgs args, CustomResourceOptions? opts = null)
public Policy(String name, PolicyArgs args)
public Policy(String name, PolicyArgs args, CustomResourceOptions options)
type: azure-native:cdn:Policy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PolicyArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. PolicyArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PolicyArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. PolicyArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. PolicyArgs - 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 azure_nativePolicyResource = new AzureNative.Cdn.Policy("azure-nativePolicyResource", new()
{
ResourceGroupName = "string",
Sku =
{
{ "name", "string" },
},
CustomRules =
{
{ "rules", new[]
{
{
{ "action", "string" },
{ "matchConditions", new[]
{
{
{ "matchValue", new[]
{
"string",
} },
{ "matchVariable", "string" },
{ "operator", "string" },
{ "negateCondition", false },
{ "selector", "string" },
{ "transforms", new[]
{
"string",
} },
},
} },
{ "name", "string" },
{ "priority", 0 },
{ "enabledState", "string" },
},
} },
},
ExtendedProperties =
{
{ "string", "string" },
},
Location = "string",
ManagedRules =
{
{ "managedRuleSets", new[]
{
{
{ "ruleSetType", "string" },
{ "ruleSetVersion", "string" },
{ "anomalyScore", 0 },
{ "ruleGroupOverrides", new[]
{
{
{ "ruleGroupName", "string" },
{ "rules", new[]
{
{
{ "ruleId", "string" },
{ "action", "string" },
{ "enabledState", "string" },
},
} },
},
} },
},
} },
},
PolicyName = "string",
PolicySettings =
{
{ "defaultCustomBlockResponseBody", "string" },
{ "defaultCustomBlockResponseStatusCode", 0 },
{ "defaultRedirectUrl", "string" },
{ "enabledState", "string" },
{ "mode", "string" },
},
RateLimitRules =
{
{ "rules", new[]
{
{
{ "action", "string" },
{ "matchConditions", new[]
{
{
{ "matchValue", new[]
{
"string",
} },
{ "matchVariable", "string" },
{ "operator", "string" },
{ "negateCondition", false },
{ "selector", "string" },
{ "transforms", new[]
{
"string",
} },
},
} },
{ "name", "string" },
{ "priority", 0 },
{ "rateLimitDurationInMinutes", 0 },
{ "rateLimitThreshold", 0 },
{ "enabledState", "string" },
},
} },
},
Tags =
{
{ "string", "string" },
},
});
example, err := cdn.NewPolicy(ctx, "azure-nativePolicyResource", &cdn.PolicyArgs{
ResourceGroupName: "string",
Sku: map[string]interface{}{
"name": "string",
},
CustomRules: map[string]interface{}{
"rules": []map[string]interface{}{
map[string]interface{}{
"action": "string",
"matchConditions": []map[string]interface{}{
map[string]interface{}{
"matchValue": []string{
"string",
},
"matchVariable": "string",
"operator": "string",
"negateCondition": false,
"selector": "string",
"transforms": []string{
"string",
},
},
},
"name": "string",
"priority": 0,
"enabledState": "string",
},
},
},
ExtendedProperties: map[string]interface{}{
"string": "string",
},
Location: "string",
ManagedRules: map[string]interface{}{
"managedRuleSets": []map[string]interface{}{
map[string]interface{}{
"ruleSetType": "string",
"ruleSetVersion": "string",
"anomalyScore": 0,
"ruleGroupOverrides": []map[string]interface{}{
map[string]interface{}{
"ruleGroupName": "string",
"rules": []map[string]interface{}{
map[string]interface{}{
"ruleId": "string",
"action": "string",
"enabledState": "string",
},
},
},
},
},
},
},
PolicyName: "string",
PolicySettings: map[string]interface{}{
"defaultCustomBlockResponseBody": "string",
"defaultCustomBlockResponseStatusCode": 0,
"defaultRedirectUrl": "string",
"enabledState": "string",
"mode": "string",
},
RateLimitRules: map[string]interface{}{
"rules": []map[string]interface{}{
map[string]interface{}{
"action": "string",
"matchConditions": []map[string]interface{}{
map[string]interface{}{
"matchValue": []string{
"string",
},
"matchVariable": "string",
"operator": "string",
"negateCondition": false,
"selector": "string",
"transforms": []string{
"string",
},
},
},
"name": "string",
"priority": 0,
"rateLimitDurationInMinutes": 0,
"rateLimitThreshold": 0,
"enabledState": "string",
},
},
},
Tags: map[string]interface{}{
"string": "string",
},
})
var azure_nativePolicyResource = new Policy("azure-nativePolicyResource", PolicyArgs.builder()
.resourceGroupName("string")
.sku(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.customRules(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.extendedProperties(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.location("string")
.managedRules(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.policyName("string")
.policySettings(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.rateLimitRules(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.tags(%!v(PANIC=Format method: runtime error: invalid memory address or nil pointer dereference))
.build());
azure_native_policy_resource = azure_native.cdn.Policy("azure-nativePolicyResource",
resource_group_name=string,
sku={
name: string,
},
custom_rules={
rules: [{
action: string,
matchConditions: [{
matchValue: [string],
matchVariable: string,
operator: string,
negateCondition: False,
selector: string,
transforms: [string],
}],
name: string,
priority: 0,
enabledState: string,
}],
},
extended_properties={
string: string,
},
location=string,
managed_rules={
managedRuleSets: [{
ruleSetType: string,
ruleSetVersion: string,
anomalyScore: 0,
ruleGroupOverrides: [{
ruleGroupName: string,
rules: [{
ruleId: string,
action: string,
enabledState: string,
}],
}],
}],
},
policy_name=string,
policy_settings={
defaultCustomBlockResponseBody: string,
defaultCustomBlockResponseStatusCode: 0,
defaultRedirectUrl: string,
enabledState: string,
mode: string,
},
rate_limit_rules={
rules: [{
action: string,
matchConditions: [{
matchValue: [string],
matchVariable: string,
operator: string,
negateCondition: False,
selector: string,
transforms: [string],
}],
name: string,
priority: 0,
rateLimitDurationInMinutes: 0,
rateLimitThreshold: 0,
enabledState: string,
}],
},
tags={
string: string,
})
const azure_nativePolicyResource = new azure_native.cdn.Policy("azure-nativePolicyResource", {
resourceGroupName: "string",
sku: {
name: "string",
},
customRules: {
rules: [{
action: "string",
matchConditions: [{
matchValue: ["string"],
matchVariable: "string",
operator: "string",
negateCondition: false,
selector: "string",
transforms: ["string"],
}],
name: "string",
priority: 0,
enabledState: "string",
}],
},
extendedProperties: {
string: "string",
},
location: "string",
managedRules: {
managedRuleSets: [{
ruleSetType: "string",
ruleSetVersion: "string",
anomalyScore: 0,
ruleGroupOverrides: [{
ruleGroupName: "string",
rules: [{
ruleId: "string",
action: "string",
enabledState: "string",
}],
}],
}],
},
policyName: "string",
policySettings: {
defaultCustomBlockResponseBody: "string",
defaultCustomBlockResponseStatusCode: 0,
defaultRedirectUrl: "string",
enabledState: "string",
mode: "string",
},
rateLimitRules: {
rules: [{
action: "string",
matchConditions: [{
matchValue: ["string"],
matchVariable: "string",
operator: "string",
negateCondition: false,
selector: "string",
transforms: ["string"],
}],
name: "string",
priority: 0,
rateLimitDurationInMinutes: 0,
rateLimitThreshold: 0,
enabledState: "string",
}],
},
tags: {
string: "string",
},
});
type: azure-native:cdn:Policy
properties:
customRules:
rules:
- action: string
enabledState: string
matchConditions:
- matchValue:
- string
matchVariable: string
negateCondition: false
operator: string
selector: string
transforms:
- string
name: string
priority: 0
extendedProperties:
string: string
location: string
managedRules:
managedRuleSets:
- anomalyScore: 0
ruleGroupOverrides:
- ruleGroupName: string
rules:
- action: string
enabledState: string
ruleId: string
ruleSetType: string
ruleSetVersion: string
policyName: string
policySettings:
defaultCustomBlockResponseBody: string
defaultCustomBlockResponseStatusCode: 0
defaultRedirectUrl: string
enabledState: string
mode: string
rateLimitRules:
rules:
- action: string
enabledState: string
matchConditions:
- matchValue:
- string
matchVariable: string
negateCondition: false
operator: string
selector: string
transforms:
- string
name: string
priority: 0
rateLimitDurationInMinutes: 0
rateLimitThreshold: 0
resourceGroupName: string
sku:
name: string
tags:
string: string
Policy 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 Policy resource accepts the following input properties:
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- Sku
This property is required. Pulumi.Azure Native. Cdn. Inputs. Sku - The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.
- Custom
Rules Pulumi.Azure Native. Cdn. Inputs. Custom Rule List - Describes custom rules inside the policy.
- Extended
Properties Dictionary<string, string> - Key-Value pair representing additional properties for Web Application Firewall policy.
- Location string
- Resource location.
- Managed
Rules Pulumi.Azure Native. Cdn. Inputs. Managed Rule Set List - Describes managed rules inside the policy.
- Policy
Name Changes to this property will trigger replacement.
- The name of the CdnWebApplicationFirewallPolicy.
- Policy
Settings Pulumi.Azure Native. Cdn. Inputs. Policy Settings - Describes policySettings for policy
- Rate
Limit Pulumi.Rules Azure Native. Cdn. Inputs. Rate Limit Rule List - Describes rate limit rules inside the policy.
- Dictionary<string, string>
- Resource tags.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- Sku
This property is required. SkuArgs - The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.
- Custom
Rules CustomRule List Args - Describes custom rules inside the policy.
- Extended
Properties map[string]string - Key-Value pair representing additional properties for Web Application Firewall policy.
- Location string
- Resource location.
- Managed
Rules ManagedRule Set List Args - Describes managed rules inside the policy.
- Policy
Name Changes to this property will trigger replacement.
- The name of the CdnWebApplicationFirewallPolicy.
- Policy
Settings PolicySettings Args - Describes policySettings for policy
- Rate
Limit RateRules Limit Rule List Args - Describes rate limit rules inside the policy.
- map[string]string
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- sku
This property is required. Sku - The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.
- custom
Rules CustomRule List - Describes custom rules inside the policy.
- extended
Properties Map<String,String> - Key-Value pair representing additional properties for Web Application Firewall policy.
- location String
- Resource location.
- managed
Rules ManagedRule Set List - Describes managed rules inside the policy.
- policy
Name Changes to this property will trigger replacement.
- The name of the CdnWebApplicationFirewallPolicy.
- policy
Settings PolicySettings - Describes policySettings for policy
- rate
Limit RateRules Limit Rule List - Describes rate limit rules inside the policy.
- Map<String,String>
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- sku
This property is required. Sku - The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.
- custom
Rules CustomRule List - Describes custom rules inside the policy.
- extended
Properties {[key: string]: string} - Key-Value pair representing additional properties for Web Application Firewall policy.
- location string
- Resource location.
- managed
Rules ManagedRule Set List - Describes managed rules inside the policy.
- policy
Name Changes to this property will trigger replacement.
- The name of the CdnWebApplicationFirewallPolicy.
- policy
Settings PolicySettings - Describes policySettings for policy
- rate
Limit RateRules Limit Rule List - Describes rate limit rules inside the policy.
- {[key: string]: string}
- Resource tags.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- sku
This property is required. SkuArgs - The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.
- custom_
rules CustomRule List Args - Describes custom rules inside the policy.
- extended_
properties Mapping[str, str] - Key-Value pair representing additional properties for Web Application Firewall policy.
- location str
- Resource location.
- managed_
rules ManagedRule Set List Args - Describes managed rules inside the policy.
- policy_
name Changes to this property will trigger replacement.
- The name of the CdnWebApplicationFirewallPolicy.
- policy_
settings PolicySettings Args - Describes policySettings for policy
- rate_
limit_ Raterules Limit Rule List Args - Describes rate limit rules inside the policy.
- Mapping[str, str]
- Resource tags.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- Name of the Resource group within the Azure subscription.
- sku
This property is required. Property Map - The pricing tier (defines a CDN provider, feature list and rate) of the CdnWebApplicationFirewallPolicy.
- custom
Rules Property Map - Describes custom rules inside the policy.
- extended
Properties Map<String> - Key-Value pair representing additional properties for Web Application Firewall policy.
- location String
- Resource location.
- managed
Rules Property Map - Describes managed rules inside the policy.
- policy
Name Changes to this property will trigger replacement.
- The name of the CdnWebApplicationFirewallPolicy.
- policy
Settings Property Map - Describes policySettings for policy
- rate
Limit Property MapRules - Describes rate limit rules inside the policy.
- Map<String>
- Resource tags.
Outputs
All input properties are implicitly available as output properties. Additionally, the Policy resource produces the following output properties:
- Endpoint
Links List<Pulumi.Azure Native. Cdn. Outputs. Cdn Endpoint Response> - Describes Azure CDN endpoints associated with this Web Application Firewall policy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name.
- Provisioning
State string - Provisioning state of the WebApplicationFirewallPolicy.
- Resource
State string - System
Data Pulumi.Azure Native. Cdn. Outputs. System Data Response - Read only system data
- Type string
- Resource type.
- Etag string
- Gets a unique read-only string that changes whenever the resource is updated.
- Endpoint
Links []CdnEndpoint Response - Describes Azure CDN endpoints associated with this Web Application Firewall policy.
- Id string
- The provider-assigned unique ID for this managed resource.
- Name string
- Resource name.
- Provisioning
State string - Provisioning state of the WebApplicationFirewallPolicy.
- Resource
State string - System
Data SystemData Response - Read only system data
- Type string
- Resource type.
- Etag string
- Gets a unique read-only string that changes whenever the resource is updated.
- endpoint
Links List<CdnEndpoint Response> - Describes Azure CDN endpoints associated with this Web Application Firewall policy.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name.
- provisioning
State String - Provisioning state of the WebApplicationFirewallPolicy.
- resource
State String - system
Data SystemData Response - Read only system data
- type String
- Resource type.
- etag String
- Gets a unique read-only string that changes whenever the resource is updated.
- endpoint
Links CdnEndpoint Response[] - Describes Azure CDN endpoints associated with this Web Application Firewall policy.
- id string
- The provider-assigned unique ID for this managed resource.
- name string
- Resource name.
- provisioning
State string - Provisioning state of the WebApplicationFirewallPolicy.
- resource
State string - system
Data SystemData Response - Read only system data
- type string
- Resource type.
- etag string
- Gets a unique read-only string that changes whenever the resource is updated.
- endpoint_
links Sequence[CdnEndpoint Response] - Describes Azure CDN endpoints associated with this Web Application Firewall policy.
- id str
- The provider-assigned unique ID for this managed resource.
- name str
- Resource name.
- provisioning_
state str - Provisioning state of the WebApplicationFirewallPolicy.
- resource_
state str - system_
data SystemData Response - Read only system data
- type str
- Resource type.
- etag str
- Gets a unique read-only string that changes whenever the resource is updated.
- endpoint
Links List<Property Map> - Describes Azure CDN endpoints associated with this Web Application Firewall policy.
- id String
- The provider-assigned unique ID for this managed resource.
- name String
- Resource name.
- provisioning
State String - Provisioning state of the WebApplicationFirewallPolicy.
- resource
State String - system
Data Property Map - Read only system data
- type String
- Resource type.
- etag String
- Gets a unique read-only string that changes whenever the resource is updated.
Supporting Types
ActionType, ActionTypeArgs
- Allow
- Allow
- Block
- Block
- Log
- Log
- Redirect
- Redirect
- Action
Type Allow - Allow
- Action
Type Block - Block
- Action
Type Log - Log
- Action
Type Redirect - Redirect
- Allow
- Allow
- Block
- Block
- Log
- Log
- Redirect
- Redirect
- Allow
- Allow
- Block
- Block
- Log
- Log
- Redirect
- Redirect
- ALLOW
- Allow
- BLOCK
- Block
- LOG
- Log
- REDIRECT
- Redirect
- "Allow"
- Allow
- "Block"
- Block
- "Log"
- Log
- "Redirect"
- Redirect
CdnEndpointResponse, CdnEndpointResponseArgs
- Id string
- ARM Resource ID string.
- Id string
- ARM Resource ID string.
- id String
- ARM Resource ID string.
- id string
- ARM Resource ID string.
- id str
- ARM Resource ID string.
- id String
- ARM Resource ID string.
CustomRule, CustomRuleArgs
- Action
This property is required. string | Pulumi.Azure Native. Cdn. Action Type - Describes what action to be applied when rule matches
- Match
Conditions This property is required. List<Pulumi.Azure Native. Cdn. Inputs. Match Condition> - List of match conditions.
- Name
This property is required. string - Defines the name of the custom rule
- Priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- Enabled
State string | Pulumi.Azure Native. Cdn. Custom Rule Enabled State - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- Action
This property is required. string | ActionType - Describes what action to be applied when rule matches
- Match
Conditions This property is required. []MatchCondition - List of match conditions.
- Name
This property is required. string - Defines the name of the custom rule
- Priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- Enabled
State string | CustomRule Enabled State - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. String | ActionType - Describes what action to be applied when rule matches
- match
Conditions This property is required. List<MatchCondition> - List of match conditions.
- name
This property is required. String - Defines the name of the custom rule
- priority
This property is required. Integer - Defines in what order this rule be evaluated in the overall list of custom rules
- enabled
State String | CustomRule Enabled State - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. string | ActionType - Describes what action to be applied when rule matches
- match
Conditions This property is required. MatchCondition[] - List of match conditions.
- name
This property is required. string - Defines the name of the custom rule
- priority
This property is required. number - Defines in what order this rule be evaluated in the overall list of custom rules
- enabled
State string | CustomRule Enabled State - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. str | ActionType - Describes what action to be applied when rule matches
- match_
conditions This property is required. Sequence[MatchCondition] - List of match conditions.
- name
This property is required. str - Defines the name of the custom rule
- priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- enabled_
state str | CustomRule Enabled State - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. String | "Allow" | "Block" | "Log" | "Redirect" - Describes what action to be applied when rule matches
- match
Conditions This property is required. List<Property Map> - List of match conditions.
- name
This property is required. String - Defines the name of the custom rule
- priority
This property is required. Number - Defines in what order this rule be evaluated in the overall list of custom rules
- enabled
State String | "Disabled" | "Enabled" - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
CustomRuleEnabledState, CustomRuleEnabledStateArgs
- Disabled
- Disabled
- Enabled
- Enabled
- Custom
Rule Enabled State Disabled - Disabled
- Custom
Rule Enabled State Enabled - Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- DISABLED
- Disabled
- ENABLED
- Enabled
- "Disabled"
- Disabled
- "Enabled"
- Enabled
CustomRuleList, CustomRuleListArgs
- Rules
List<Pulumi.
Azure Native. Cdn. Inputs. Custom Rule> - List of rules
- Rules
[]Custom
Rule - List of rules
- rules
List<Custom
Rule> - List of rules
- rules
Custom
Rule[] - List of rules
- rules
Sequence[Custom
Rule] - List of rules
- rules List<Property Map>
- List of rules
CustomRuleListResponse, CustomRuleListResponseArgs
- Rules
[]Custom
Rule Response - List of rules
- rules
List<Custom
Rule Response> - List of rules
- rules
Custom
Rule Response[] - List of rules
- rules
Sequence[Custom
Rule Response] - List of rules
- rules List<Property Map>
- List of rules
CustomRuleResponse, CustomRuleResponseArgs
- Action
This property is required. string - Describes what action to be applied when rule matches
- Match
Conditions This property is required. List<Pulumi.Azure Native. Cdn. Inputs. Match Condition Response> - List of match conditions.
- Name
This property is required. string - Defines the name of the custom rule
- Priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- Enabled
State string - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- Action
This property is required. string - Describes what action to be applied when rule matches
- Match
Conditions This property is required. []MatchCondition Response - List of match conditions.
- Name
This property is required. string - Defines the name of the custom rule
- Priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- Enabled
State string - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. String - Describes what action to be applied when rule matches
- match
Conditions This property is required. List<MatchCondition Response> - List of match conditions.
- name
This property is required. String - Defines the name of the custom rule
- priority
This property is required. Integer - Defines in what order this rule be evaluated in the overall list of custom rules
- enabled
State String - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. string - Describes what action to be applied when rule matches
- match
Conditions This property is required. MatchCondition Response[] - List of match conditions.
- name
This property is required. string - Defines the name of the custom rule
- priority
This property is required. number - Defines in what order this rule be evaluated in the overall list of custom rules
- enabled
State string - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. str - Describes what action to be applied when rule matches
- match_
conditions This property is required. Sequence[MatchCondition Response] - List of match conditions.
- name
This property is required. str - Defines the name of the custom rule
- priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- enabled_
state str - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. String - Describes what action to be applied when rule matches
- match
Conditions This property is required. List<Property Map> - List of match conditions.
- name
This property is required. String - Defines the name of the custom rule
- priority
This property is required. Number - Defines in what order this rule be evaluated in the overall list of custom rules
- enabled
State String - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
ManagedRuleEnabledState, ManagedRuleEnabledStateArgs
- Disabled
- Disabled
- Enabled
- Enabled
- Managed
Rule Enabled State Disabled - Disabled
- Managed
Rule Enabled State Enabled - Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- DISABLED
- Disabled
- ENABLED
- Enabled
- "Disabled"
- Disabled
- "Enabled"
- Enabled
ManagedRuleGroupOverride, ManagedRuleGroupOverrideArgs
- Rule
Group Name This property is required. string - Describes the managed rule group within the rule set to override
- Rules
List<Pulumi.
Azure Native. Cdn. Inputs. Managed Rule Override> - List of rules that will be enabled. If none specified, all rules in the group will be disabled.
- Rule
Group Name This property is required. string - Describes the managed rule group within the rule set to override
- Rules
[]Managed
Rule Override - List of rules that will be enabled. If none specified, all rules in the group will be disabled.
- rule
Group Name This property is required. String - Describes the managed rule group within the rule set to override
- rules
List<Managed
Rule Override> - List of rules that will be enabled. If none specified, all rules in the group will be disabled.
- rule
Group Name This property is required. string - Describes the managed rule group within the rule set to override
- rules
Managed
Rule Override[] - List of rules that will be enabled. If none specified, all rules in the group will be disabled.
- rule_
group_ name This property is required. str - Describes the managed rule group within the rule set to override
- rules
Sequence[Managed
Rule Override] - List of rules that will be enabled. If none specified, all rules in the group will be disabled.
- rule
Group Name This property is required. String - Describes the managed rule group within the rule set to override
- rules List<Property Map>
- List of rules that will be enabled. If none specified, all rules in the group will be disabled.
ManagedRuleGroupOverrideResponse, ManagedRuleGroupOverrideResponseArgs
- Rule
Group Name This property is required. string - Describes the managed rule group within the rule set to override
- Rules
List<Pulumi.
Azure Native. Cdn. Inputs. Managed Rule Override Response> - List of rules that will be enabled. If none specified, all rules in the group will be disabled.
- Rule
Group Name This property is required. string - Describes the managed rule group within the rule set to override
- Rules
[]Managed
Rule Override Response - List of rules that will be enabled. If none specified, all rules in the group will be disabled.
- rule
Group Name This property is required. String - Describes the managed rule group within the rule set to override
- rules
List<Managed
Rule Override Response> - List of rules that will be enabled. If none specified, all rules in the group will be disabled.
- rule
Group Name This property is required. string - Describes the managed rule group within the rule set to override
- rules
Managed
Rule Override Response[] - List of rules that will be enabled. If none specified, all rules in the group will be disabled.
- rule_
group_ name This property is required. str - Describes the managed rule group within the rule set to override
- rules
Sequence[Managed
Rule Override Response] - List of rules that will be enabled. If none specified, all rules in the group will be disabled.
- rule
Group Name This property is required. String - Describes the managed rule group within the rule set to override
- rules List<Property Map>
- List of rules that will be enabled. If none specified, all rules in the group will be disabled.
ManagedRuleOverride, ManagedRuleOverrideArgs
- Rule
Id This property is required. string - Identifier for the managed rule.
- Action
string | Pulumi.
Azure Native. Cdn. Action Type - Describes the override action to be applied when rule matches.
- Enabled
State string | Pulumi.Azure Native. Cdn. Managed Rule Enabled State - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
- Rule
Id This property is required. string - Identifier for the managed rule.
- Action
string | Action
Type - Describes the override action to be applied when rule matches.
- Enabled
State string | ManagedRule Enabled State - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
- rule
Id This property is required. String - Identifier for the managed rule.
- action
String | Action
Type - Describes the override action to be applied when rule matches.
- enabled
State String | ManagedRule Enabled State - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
- rule
Id This property is required. string - Identifier for the managed rule.
- action
string | Action
Type - Describes the override action to be applied when rule matches.
- enabled
State string | ManagedRule Enabled State - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
- rule_
id This property is required. str - Identifier for the managed rule.
- action
str | Action
Type - Describes the override action to be applied when rule matches.
- enabled_
state str | ManagedRule Enabled State - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
- rule
Id This property is required. String - Identifier for the managed rule.
- action String | "Allow" | "Block" | "Log" | "Redirect"
- Describes the override action to be applied when rule matches.
- enabled
State String | "Disabled" | "Enabled" - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
ManagedRuleOverrideResponse, ManagedRuleOverrideResponseArgs
- Rule
Id This property is required. string - Identifier for the managed rule.
- Action string
- Describes the override action to be applied when rule matches.
- Enabled
State string - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
- Rule
Id This property is required. string - Identifier for the managed rule.
- Action string
- Describes the override action to be applied when rule matches.
- Enabled
State string - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
- rule
Id This property is required. String - Identifier for the managed rule.
- action String
- Describes the override action to be applied when rule matches.
- enabled
State String - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
- rule
Id This property is required. string - Identifier for the managed rule.
- action string
- Describes the override action to be applied when rule matches.
- enabled
State string - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
- rule_
id This property is required. str - Identifier for the managed rule.
- action str
- Describes the override action to be applied when rule matches.
- enabled_
state str - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
- rule
Id This property is required. String - Identifier for the managed rule.
- action String
- Describes the override action to be applied when rule matches.
- enabled
State String - Describes if the managed rule is in enabled or disabled state. Defaults to Disabled if not specified.
ManagedRuleSet, ManagedRuleSetArgs
- Rule
Set Type This property is required. string - Defines the rule set type to use.
- Rule
Set Version This property is required. string - Defines the version of the rule set to use.
- Anomaly
Score int - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- Rule
Group List<Pulumi.Overrides Azure Native. Cdn. Inputs. Managed Rule Group Override> - Defines the rule overrides to apply to the rule set.
- Rule
Set Type This property is required. string - Defines the rule set type to use.
- Rule
Set Version This property is required. string - Defines the version of the rule set to use.
- Anomaly
Score int - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- Rule
Group []ManagedOverrides Rule Group Override - Defines the rule overrides to apply to the rule set.
- rule
Set Type This property is required. String - Defines the rule set type to use.
- rule
Set Version This property is required. String - Defines the version of the rule set to use.
- anomaly
Score Integer - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- rule
Group List<ManagedOverrides Rule Group Override> - Defines the rule overrides to apply to the rule set.
- rule
Set Type This property is required. string - Defines the rule set type to use.
- rule
Set Version This property is required. string - Defines the version of the rule set to use.
- anomaly
Score number - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- rule
Group ManagedOverrides Rule Group Override[] - Defines the rule overrides to apply to the rule set.
- rule_
set_ type This property is required. str - Defines the rule set type to use.
- rule_
set_ version This property is required. str - Defines the version of the rule set to use.
- anomaly_
score int - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- rule_
group_ Sequence[Managedoverrides Rule Group Override] - Defines the rule overrides to apply to the rule set.
- rule
Set Type This property is required. String - Defines the rule set type to use.
- rule
Set Version This property is required. String - Defines the version of the rule set to use.
- anomaly
Score Number - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- rule
Group List<Property Map>Overrides - Defines the rule overrides to apply to the rule set.
ManagedRuleSetList, ManagedRuleSetListArgs
- Managed
Rule List<Pulumi.Sets Azure Native. Cdn. Inputs. Managed Rule Set> - List of rule sets.
- Managed
Rule []ManagedSets Rule Set - List of rule sets.
- managed
Rule List<ManagedSets Rule Set> - List of rule sets.
- managed
Rule ManagedSets Rule Set[] - List of rule sets.
- managed_
rule_ Sequence[Managedsets Rule Set] - List of rule sets.
- managed
Rule List<Property Map>Sets - List of rule sets.
ManagedRuleSetListResponse, ManagedRuleSetListResponseArgs
- Managed
Rule List<Pulumi.Sets Azure Native. Cdn. Inputs. Managed Rule Set Response> - List of rule sets.
- Managed
Rule []ManagedSets Rule Set Response - List of rule sets.
- managed
Rule List<ManagedSets Rule Set Response> - List of rule sets.
- managed
Rule ManagedSets Rule Set Response[] - List of rule sets.
- managed_
rule_ Sequence[Managedsets Rule Set Response] - List of rule sets.
- managed
Rule List<Property Map>Sets - List of rule sets.
ManagedRuleSetResponse, ManagedRuleSetResponseArgs
- Rule
Set Type This property is required. string - Defines the rule set type to use.
- Rule
Set Version This property is required. string - Defines the version of the rule set to use.
- Anomaly
Score int - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- Rule
Group List<Pulumi.Overrides Azure Native. Cdn. Inputs. Managed Rule Group Override Response> - Defines the rule overrides to apply to the rule set.
- Rule
Set Type This property is required. string - Defines the rule set type to use.
- Rule
Set Version This property is required. string - Defines the version of the rule set to use.
- Anomaly
Score int - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- Rule
Group []ManagedOverrides Rule Group Override Response - Defines the rule overrides to apply to the rule set.
- rule
Set Type This property is required. String - Defines the rule set type to use.
- rule
Set Version This property is required. String - Defines the version of the rule set to use.
- anomaly
Score Integer - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- rule
Group List<ManagedOverrides Rule Group Override Response> - Defines the rule overrides to apply to the rule set.
- rule
Set Type This property is required. string - Defines the rule set type to use.
- rule
Set Version This property is required. string - Defines the version of the rule set to use.
- anomaly
Score number - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- rule
Group ManagedOverrides Rule Group Override Response[] - Defines the rule overrides to apply to the rule set.
- rule_
set_ type This property is required. str - Defines the rule set type to use.
- rule_
set_ version This property is required. str - Defines the version of the rule set to use.
- anomaly_
score int - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- rule_
group_ Sequence[Managedoverrides Rule Group Override Response] - Defines the rule overrides to apply to the rule set.
- rule
Set Type This property is required. String - Defines the rule set type to use.
- rule
Set Version This property is required. String - Defines the version of the rule set to use.
- anomaly
Score Number - Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.
- rule
Group List<Property Map>Overrides - Defines the rule overrides to apply to the rule set.
MatchCondition, MatchConditionArgs
- Match
Value This property is required. List<string> - List of possible match values.
- Match
Variable This property is required. string | Pulumi.Azure Native. Cdn. Waf Match Variable - Match variable to compare against.
- Operator
This property is required. string | Pulumi.Azure Native. Cdn. Operator - Describes operator to be matched
- Negate
Condition bool - Describes if the result of this condition should be negated.
- Selector string
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- Transforms
List<Union<string, Pulumi.
Azure Native. Cdn. Transform Type>> - List of transforms.
- Match
Value This property is required. []string - List of possible match values.
- Match
Variable This property is required. string | WafMatch Variable - Match variable to compare against.
- Operator
This property is required. string | Operator - Describes operator to be matched
- Negate
Condition bool - Describes if the result of this condition should be negated.
- Selector string
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- Transforms []string
- List of transforms.
- match
Value This property is required. List<String> - List of possible match values.
- match
Variable This property is required. String | WafMatch Variable - Match variable to compare against.
- operator
This property is required. String | Operator - Describes operator to be matched
- negate
Condition Boolean - Describes if the result of this condition should be negated.
- selector String
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- transforms
List<Either<String,Transform
Type>> - List of transforms.
- match
Value This property is required. string[] - List of possible match values.
- match
Variable This property is required. string | WafMatch Variable - Match variable to compare against.
- operator
This property is required. string | Operator - Describes operator to be matched
- negate
Condition boolean - Describes if the result of this condition should be negated.
- selector string
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- transforms
(string | Transform
Type)[] - List of transforms.
- match_
value This property is required. Sequence[str] - List of possible match values.
- match_
variable This property is required. str | WafMatch Variable - Match variable to compare against.
- operator
This property is required. str | Operator - Describes operator to be matched
- negate_
condition bool - Describes if the result of this condition should be negated.
- selector str
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- transforms
Sequence[Union[str, Transform
Type]] - List of transforms.
- match
Value This property is required. List<String> - List of possible match values.
- match
Variable This property is required. String | "RemoteAddr" | "Socket Addr" | "Request Method" | "Request Header" | "Request Uri" | "Query String" | "Request Body" | "Cookies" | "Post Args" - Match variable to compare against.
- operator
This property is required. String | "Any" | "IPMatch" | "GeoMatch" | "Equal" | "Contains" | "Less Than" | "Greater Than" | "Less Than Or Equal" | "Greater Than Or Equal" | "Begins With" | "Ends With" | "Reg Ex" - Describes operator to be matched
- negate
Condition Boolean - Describes if the result of this condition should be negated.
- selector String
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- transforms
List<String | "Lowercase" | "Uppercase" | "Trim" | "Url
Decode" | "Url Encode" | "Remove Nulls"> - List of transforms.
MatchConditionResponse, MatchConditionResponseArgs
- Match
Value This property is required. List<string> - List of possible match values.
- Match
Variable This property is required. string - Match variable to compare against.
- Operator
This property is required. string - Describes operator to be matched
- Negate
Condition bool - Describes if the result of this condition should be negated.
- Selector string
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- Transforms List<string>
- List of transforms.
- Match
Value This property is required. []string - List of possible match values.
- Match
Variable This property is required. string - Match variable to compare against.
- Operator
This property is required. string - Describes operator to be matched
- Negate
Condition bool - Describes if the result of this condition should be negated.
- Selector string
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- Transforms []string
- List of transforms.
- match
Value This property is required. List<String> - List of possible match values.
- match
Variable This property is required. String - Match variable to compare against.
- operator
This property is required. String - Describes operator to be matched
- negate
Condition Boolean - Describes if the result of this condition should be negated.
- selector String
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- transforms List<String>
- List of transforms.
- match
Value This property is required. string[] - List of possible match values.
- match
Variable This property is required. string - Match variable to compare against.
- operator
This property is required. string - Describes operator to be matched
- negate
Condition boolean - Describes if the result of this condition should be negated.
- selector string
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- transforms string[]
- List of transforms.
- match_
value This property is required. Sequence[str] - List of possible match values.
- match_
variable This property is required. str - Match variable to compare against.
- operator
This property is required. str - Describes operator to be matched
- negate_
condition bool - Describes if the result of this condition should be negated.
- selector str
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- transforms Sequence[str]
- List of transforms.
- match
Value This property is required. List<String> - List of possible match values.
- match
Variable This property is required. String - Match variable to compare against.
- operator
This property is required. String - Describes operator to be matched
- negate
Condition Boolean - Describes if the result of this condition should be negated.
- selector String
- Selector can used to match a specific key for QueryString, Cookies, RequestHeader or PostArgs.
- transforms List<String>
- List of transforms.
Operator, OperatorArgs
- Any
- Any
- IPMatch
- IPMatch
- Geo
Match - GeoMatch
- Equal
- Equal
- Contains
- Contains
- Less
Than - LessThan
- Greater
Than - GreaterThan
- Less
Than Or Equal - LessThanOrEqual
- Greater
Than Or Equal - GreaterThanOrEqual
- Begins
With - BeginsWith
- Ends
With - EndsWith
- Reg
Ex - RegEx
- Operator
Any - Any
- Operator
IPMatch - IPMatch
- Operator
Geo Match - GeoMatch
- Operator
Equal - Equal
- Operator
Contains - Contains
- Operator
Less Than - LessThan
- Operator
Greater Than - GreaterThan
- Operator
Less Than Or Equal - LessThanOrEqual
- Operator
Greater Than Or Equal - GreaterThanOrEqual
- Operator
Begins With - BeginsWith
- Operator
Ends With - EndsWith
- Operator
Reg Ex - RegEx
- Any
- Any
- IPMatch
- IPMatch
- Geo
Match - GeoMatch
- Equal
- Equal
- Contains
- Contains
- Less
Than - LessThan
- Greater
Than - GreaterThan
- Less
Than Or Equal - LessThanOrEqual
- Greater
Than Or Equal - GreaterThanOrEqual
- Begins
With - BeginsWith
- Ends
With - EndsWith
- Reg
Ex - RegEx
- Any
- Any
- IPMatch
- IPMatch
- Geo
Match - GeoMatch
- Equal
- Equal
- Contains
- Contains
- Less
Than - LessThan
- Greater
Than - GreaterThan
- Less
Than Or Equal - LessThanOrEqual
- Greater
Than Or Equal - GreaterThanOrEqual
- Begins
With - BeginsWith
- Ends
With - EndsWith
- Reg
Ex - RegEx
- ANY
- Any
- IP_MATCH
- IPMatch
- GEO_MATCH
- GeoMatch
- EQUAL
- Equal
- CONTAINS
- Contains
- LESS_THAN
- LessThan
- GREATER_THAN
- GreaterThan
- LESS_THAN_OR_EQUAL
- LessThanOrEqual
- GREATER_THAN_OR_EQUAL
- GreaterThanOrEqual
- BEGINS_WITH
- BeginsWith
- ENDS_WITH
- EndsWith
- REG_EX
- RegEx
- "Any"
- Any
- "IPMatch"
- IPMatch
- "Geo
Match" - GeoMatch
- "Equal"
- Equal
- "Contains"
- Contains
- "Less
Than" - LessThan
- "Greater
Than" - GreaterThan
- "Less
Than Or Equal" - LessThanOrEqual
- "Greater
Than Or Equal" - GreaterThanOrEqual
- "Begins
With" - BeginsWith
- "Ends
With" - EndsWith
- "Reg
Ex" - RegEx
PolicyEnabledState, PolicyEnabledStateArgs
- Disabled
- Disabled
- Enabled
- Enabled
- Policy
Enabled State Disabled - Disabled
- Policy
Enabled State Enabled - Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- Disabled
- Disabled
- Enabled
- Enabled
- DISABLED
- Disabled
- ENABLED
- Enabled
- "Disabled"
- Disabled
- "Enabled"
- Enabled
PolicyMode, PolicyModeArgs
- Prevention
- Prevention
- Detection
- Detection
- Policy
Mode Prevention - Prevention
- Policy
Mode Detection - Detection
- Prevention
- Prevention
- Detection
- Detection
- Prevention
- Prevention
- Detection
- Detection
- PREVENTION
- Prevention
- DETECTION
- Detection
- "Prevention"
- Prevention
- "Detection"
- Detection
PolicySettings, PolicySettingsArgs
- Default
Custom stringBlock Response Body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- Default
Custom intBlock Response Status Code - If the action type is block, this field defines the default customer overridable http response status code.
- Default
Redirect stringUrl - If action type is redirect, this field represents the default redirect URL for the client.
- Enabled
State string | Pulumi.Azure Native. Cdn. Policy Enabled State - describes if the policy is in enabled state or disabled state
- Mode
string | Pulumi.
Azure Native. Cdn. Policy Mode - Describes if it is in detection mode or prevention mode at policy level.
- Default
Custom stringBlock Response Body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- Default
Custom intBlock Response Status Code - If the action type is block, this field defines the default customer overridable http response status code.
- Default
Redirect stringUrl - If action type is redirect, this field represents the default redirect URL for the client.
- Enabled
State string | PolicyEnabled State - describes if the policy is in enabled state or disabled state
- Mode
string | Policy
Mode - Describes if it is in detection mode or prevention mode at policy level.
- default
Custom StringBlock Response Body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- default
Custom IntegerBlock Response Status Code - If the action type is block, this field defines the default customer overridable http response status code.
- default
Redirect StringUrl - If action type is redirect, this field represents the default redirect URL for the client.
- enabled
State String | PolicyEnabled State - describes if the policy is in enabled state or disabled state
- mode
String | Policy
Mode - Describes if it is in detection mode or prevention mode at policy level.
- default
Custom stringBlock Response Body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- default
Custom numberBlock Response Status Code - If the action type is block, this field defines the default customer overridable http response status code.
- default
Redirect stringUrl - If action type is redirect, this field represents the default redirect URL for the client.
- enabled
State string | PolicyEnabled State - describes if the policy is in enabled state or disabled state
- mode
string | Policy
Mode - Describes if it is in detection mode or prevention mode at policy level.
- default_
custom_ strblock_ response_ body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- default_
custom_ intblock_ response_ status_ code - If the action type is block, this field defines the default customer overridable http response status code.
- default_
redirect_ strurl - If action type is redirect, this field represents the default redirect URL for the client.
- enabled_
state str | PolicyEnabled State - describes if the policy is in enabled state or disabled state
- mode
str | Policy
Mode - Describes if it is in detection mode or prevention mode at policy level.
- default
Custom StringBlock Response Body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- default
Custom NumberBlock Response Status Code - If the action type is block, this field defines the default customer overridable http response status code.
- default
Redirect StringUrl - If action type is redirect, this field represents the default redirect URL for the client.
- enabled
State String | "Disabled" | "Enabled" - describes if the policy is in enabled state or disabled state
- mode String | "Prevention" | "Detection"
- Describes if it is in detection mode or prevention mode at policy level.
PolicySettingsResponse, PolicySettingsResponseArgs
- Default
Custom stringBlock Response Body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- Default
Custom intBlock Response Status Code - If the action type is block, this field defines the default customer overridable http response status code.
- Default
Redirect stringUrl - If action type is redirect, this field represents the default redirect URL for the client.
- Enabled
State string - describes if the policy is in enabled state or disabled state
- Mode string
- Describes if it is in detection mode or prevention mode at policy level.
- Default
Custom stringBlock Response Body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- Default
Custom intBlock Response Status Code - If the action type is block, this field defines the default customer overridable http response status code.
- Default
Redirect stringUrl - If action type is redirect, this field represents the default redirect URL for the client.
- Enabled
State string - describes if the policy is in enabled state or disabled state
- Mode string
- Describes if it is in detection mode or prevention mode at policy level.
- default
Custom StringBlock Response Body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- default
Custom IntegerBlock Response Status Code - If the action type is block, this field defines the default customer overridable http response status code.
- default
Redirect StringUrl - If action type is redirect, this field represents the default redirect URL for the client.
- enabled
State String - describes if the policy is in enabled state or disabled state
- mode String
- Describes if it is in detection mode or prevention mode at policy level.
- default
Custom stringBlock Response Body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- default
Custom numberBlock Response Status Code - If the action type is block, this field defines the default customer overridable http response status code.
- default
Redirect stringUrl - If action type is redirect, this field represents the default redirect URL for the client.
- enabled
State string - describes if the policy is in enabled state or disabled state
- mode string
- Describes if it is in detection mode or prevention mode at policy level.
- default_
custom_ strblock_ response_ body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- default_
custom_ intblock_ response_ status_ code - If the action type is block, this field defines the default customer overridable http response status code.
- default_
redirect_ strurl - If action type is redirect, this field represents the default redirect URL for the client.
- enabled_
state str - describes if the policy is in enabled state or disabled state
- mode str
- Describes if it is in detection mode or prevention mode at policy level.
- default
Custom StringBlock Response Body - If the action type is block, customer can override the response body. The body must be specified in base64 encoding.
- default
Custom NumberBlock Response Status Code - If the action type is block, this field defines the default customer overridable http response status code.
- default
Redirect StringUrl - If action type is redirect, this field represents the default redirect URL for the client.
- enabled
State String - describes if the policy is in enabled state or disabled state
- mode String
- Describes if it is in detection mode or prevention mode at policy level.
RateLimitRule, RateLimitRuleArgs
- Action
This property is required. string | Pulumi.Azure Native. Cdn. Action Type - Describes what action to be applied when rule matches
- Match
Conditions This property is required. List<Pulumi.Azure Native. Cdn. Inputs. Match Condition> - List of match conditions.
- Name
This property is required. string - Defines the name of the custom rule
- Priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- Rate
Limit Duration In Minutes This property is required. int - Defines rate limit duration. Default is 1 minute.
- Rate
Limit Threshold This property is required. int - Defines rate limit threshold.
- Enabled
State string | Pulumi.Azure Native. Cdn. Custom Rule Enabled State - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- Action
This property is required. string | ActionType - Describes what action to be applied when rule matches
- Match
Conditions This property is required. []MatchCondition - List of match conditions.
- Name
This property is required. string - Defines the name of the custom rule
- Priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- Rate
Limit Duration In Minutes This property is required. int - Defines rate limit duration. Default is 1 minute.
- Rate
Limit Threshold This property is required. int - Defines rate limit threshold.
- Enabled
State string | CustomRule Enabled State - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. String | ActionType - Describes what action to be applied when rule matches
- match
Conditions This property is required. List<MatchCondition> - List of match conditions.
- name
This property is required. String - Defines the name of the custom rule
- priority
This property is required. Integer - Defines in what order this rule be evaluated in the overall list of custom rules
- rate
Limit Duration In Minutes This property is required. Integer - Defines rate limit duration. Default is 1 minute.
- rate
Limit Threshold This property is required. Integer - Defines rate limit threshold.
- enabled
State String | CustomRule Enabled State - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. string | ActionType - Describes what action to be applied when rule matches
- match
Conditions This property is required. MatchCondition[] - List of match conditions.
- name
This property is required. string - Defines the name of the custom rule
- priority
This property is required. number - Defines in what order this rule be evaluated in the overall list of custom rules
- rate
Limit Duration In Minutes This property is required. number - Defines rate limit duration. Default is 1 minute.
- rate
Limit Threshold This property is required. number - Defines rate limit threshold.
- enabled
State string | CustomRule Enabled State - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. str | ActionType - Describes what action to be applied when rule matches
- match_
conditions This property is required. Sequence[MatchCondition] - List of match conditions.
- name
This property is required. str - Defines the name of the custom rule
- priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- rate_
limit_ duration_ in_ minutes This property is required. int - Defines rate limit duration. Default is 1 minute.
- rate_
limit_ threshold This property is required. int - Defines rate limit threshold.
- enabled_
state str | CustomRule Enabled State - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. String | "Allow" | "Block" | "Log" | "Redirect" - Describes what action to be applied when rule matches
- match
Conditions This property is required. List<Property Map> - List of match conditions.
- name
This property is required. String - Defines the name of the custom rule
- priority
This property is required. Number - Defines in what order this rule be evaluated in the overall list of custom rules
- rate
Limit Duration In Minutes This property is required. Number - Defines rate limit duration. Default is 1 minute.
- rate
Limit Threshold This property is required. Number - Defines rate limit threshold.
- enabled
State String | "Disabled" | "Enabled" - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
RateLimitRuleList, RateLimitRuleListArgs
- Rules
List<Pulumi.
Azure Native. Cdn. Inputs. Rate Limit Rule> - List of rules
- Rules
[]Rate
Limit Rule - List of rules
- rules
List<Rate
Limit Rule> - List of rules
- rules
Rate
Limit Rule[] - List of rules
- rules
Sequence[Rate
Limit Rule] - List of rules
- rules List<Property Map>
- List of rules
RateLimitRuleListResponse, RateLimitRuleListResponseArgs
- Rules
[]Rate
Limit Rule Response - List of rules
- rules
List<Rate
Limit Rule Response> - List of rules
- rules
Rate
Limit Rule Response[] - List of rules
- rules
Sequence[Rate
Limit Rule Response] - List of rules
- rules List<Property Map>
- List of rules
RateLimitRuleResponse, RateLimitRuleResponseArgs
- Action
This property is required. string - Describes what action to be applied when rule matches
- Match
Conditions This property is required. List<Pulumi.Azure Native. Cdn. Inputs. Match Condition Response> - List of match conditions.
- Name
This property is required. string - Defines the name of the custom rule
- Priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- Rate
Limit Duration In Minutes This property is required. int - Defines rate limit duration. Default is 1 minute.
- Rate
Limit Threshold This property is required. int - Defines rate limit threshold.
- Enabled
State string - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- Action
This property is required. string - Describes what action to be applied when rule matches
- Match
Conditions This property is required. []MatchCondition Response - List of match conditions.
- Name
This property is required. string - Defines the name of the custom rule
- Priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- Rate
Limit Duration In Minutes This property is required. int - Defines rate limit duration. Default is 1 minute.
- Rate
Limit Threshold This property is required. int - Defines rate limit threshold.
- Enabled
State string - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. String - Describes what action to be applied when rule matches
- match
Conditions This property is required. List<MatchCondition Response> - List of match conditions.
- name
This property is required. String - Defines the name of the custom rule
- priority
This property is required. Integer - Defines in what order this rule be evaluated in the overall list of custom rules
- rate
Limit Duration In Minutes This property is required. Integer - Defines rate limit duration. Default is 1 minute.
- rate
Limit Threshold This property is required. Integer - Defines rate limit threshold.
- enabled
State String - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. string - Describes what action to be applied when rule matches
- match
Conditions This property is required. MatchCondition Response[] - List of match conditions.
- name
This property is required. string - Defines the name of the custom rule
- priority
This property is required. number - Defines in what order this rule be evaluated in the overall list of custom rules
- rate
Limit Duration In Minutes This property is required. number - Defines rate limit duration. Default is 1 minute.
- rate
Limit Threshold This property is required. number - Defines rate limit threshold.
- enabled
State string - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. str - Describes what action to be applied when rule matches
- match_
conditions This property is required. Sequence[MatchCondition Response] - List of match conditions.
- name
This property is required. str - Defines the name of the custom rule
- priority
This property is required. int - Defines in what order this rule be evaluated in the overall list of custom rules
- rate_
limit_ duration_ in_ minutes This property is required. int - Defines rate limit duration. Default is 1 minute.
- rate_
limit_ threshold This property is required. int - Defines rate limit threshold.
- enabled_
state str - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
- action
This property is required. String - Describes what action to be applied when rule matches
- match
Conditions This property is required. List<Property Map> - List of match conditions.
- name
This property is required. String - Defines the name of the custom rule
- priority
This property is required. Number - Defines in what order this rule be evaluated in the overall list of custom rules
- rate
Limit Duration In Minutes This property is required. Number - Defines rate limit duration. Default is 1 minute.
- rate
Limit Threshold This property is required. Number - Defines rate limit threshold.
- enabled
State String - Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
Sku, SkuArgs
- Name
Changes to this property will trigger replacement.
Azure Native. Cdn. Sku Name - Name of the pricing tier.
- name
Changes to this property will trigger replacement.
Cdn" | "Standard_Microsoft" | "Standard_Azure Front Door" | "Premium_Azure Front Door" | "Standard_955Band Width_China Cdn" | "Standard_Avg Band Width_China Cdn" | "Standard Plus_China Cdn" | "Standard Plus_955Band Width_China Cdn" | "Standard Plus_Avg Band Width_China Cdn" - Name of the pricing tier.
SkuName, SkuNameArgs
- Standard_Verizon
- Standard_Verizon
- Premium_Verizon
- Premium_Verizon
- Custom_Verizon
- Custom_Verizon
- Standard_Akamai
- Standard_Akamai
- Standard_China
Cdn - Standard_ChinaCdn
- Standard_Microsoft
- Standard_Microsoft
- Standard_Azure
Front Door - Standard_AzureFrontDoor
- Premium_Azure
Front Door - Premium_AzureFrontDoor
- Standard_955Band
Width_China Cdn - Standard_955BandWidth_ChinaCdn
- Standard_Avg
Band Width_China Cdn - Standard_AvgBandWidth_ChinaCdn
- Standard
Plus_China Cdn - StandardPlus_ChinaCdn
- Standard
Plus_955Band Width_China Cdn - StandardPlus_955BandWidth_ChinaCdn
- Standard
Plus_Avg Band Width_China Cdn - StandardPlus_AvgBandWidth_ChinaCdn
- Sku
Name_Standard_Verizon - Standard_Verizon
- Sku
Name_Premium_Verizon - Premium_Verizon
- Sku
Name_Custom_Verizon - Custom_Verizon
- Sku
Name_Standard_Akamai - Standard_Akamai
- Sku
Name_Standard_China Cdn - Standard_ChinaCdn
- Sku
Name_Standard_Microsoft - Standard_Microsoft
- Sku
Name_Standard_Azure Front Door - Standard_AzureFrontDoor
- Sku
Name_Premium_Azure Front Door - Premium_AzureFrontDoor
- Sku
Name_Standard_955Band Width_China Cdn - Standard_955BandWidth_ChinaCdn
- Sku
Name_Standard_Avg Band Width_China Cdn - Standard_AvgBandWidth_ChinaCdn
- Sku
Name_Standard Plus_China Cdn - StandardPlus_ChinaCdn
- Sku
Name_Standard Plus_955Band Width_China Cdn - StandardPlus_955BandWidth_ChinaCdn
- Sku
Name_Standard Plus_Avg Band Width_China Cdn - StandardPlus_AvgBandWidth_ChinaCdn
- Standard_Verizon
- Standard_Verizon
- Premium_Verizon
- Premium_Verizon
- Custom_Verizon
- Custom_Verizon
- Standard_Akamai
- Standard_Akamai
- Standard_China
Cdn - Standard_ChinaCdn
- Standard_Microsoft
- Standard_Microsoft
- Standard_Azure
Front Door - Standard_AzureFrontDoor
- Premium_Azure
Front Door - Premium_AzureFrontDoor
- Standard_955Band
Width_China Cdn - Standard_955BandWidth_ChinaCdn
- Standard_Avg
Band Width_China Cdn - Standard_AvgBandWidth_ChinaCdn
- Standard
Plus_China Cdn - StandardPlus_ChinaCdn
- Standard
Plus_955Band Width_China Cdn - StandardPlus_955BandWidth_ChinaCdn
- Standard
Plus_Avg Band Width_China Cdn - StandardPlus_AvgBandWidth_ChinaCdn
- Standard_Verizon
- Standard_Verizon
- Premium_Verizon
- Premium_Verizon
- Custom_Verizon
- Custom_Verizon
- Standard_Akamai
- Standard_Akamai
- Standard_China
Cdn - Standard_ChinaCdn
- Standard_Microsoft
- Standard_Microsoft
- Standard_Azure
Front Door - Standard_AzureFrontDoor
- Premium_Azure
Front Door - Premium_AzureFrontDoor
- Standard_955Band
Width_China Cdn - Standard_955BandWidth_ChinaCdn
- Standard_Avg
Band Width_China Cdn - Standard_AvgBandWidth_ChinaCdn
- Standard
Plus_China Cdn - StandardPlus_ChinaCdn
- Standard
Plus_955Band Width_China Cdn - StandardPlus_955BandWidth_ChinaCdn
- Standard
Plus_Avg Band Width_China Cdn - StandardPlus_AvgBandWidth_ChinaCdn
- STANDARD_VERIZON
- Standard_Verizon
- PREMIUM_VERIZON
- Premium_Verizon
- CUSTOM_VERIZON
- Custom_Verizon
- STANDARD_AKAMAI
- Standard_Akamai
- STANDARD_CHINA_CDN
- Standard_ChinaCdn
- STANDARD_MICROSOFT
- Standard_Microsoft
- STANDARD_AZURE_FRONT_DOOR
- Standard_AzureFrontDoor
- PREMIUM_AZURE_FRONT_DOOR
- Premium_AzureFrontDoor
- STANDARD_955_BAND_WIDTH_CHINA_CDN
- Standard_955BandWidth_ChinaCdn
- STANDARD_AVG_BAND_WIDTH_CHINA_CDN
- Standard_AvgBandWidth_ChinaCdn
- STANDARD_PLUS_CHINA_CDN
- StandardPlus_ChinaCdn
- STANDARD_PLUS_955_BAND_WIDTH_CHINA_CDN
- StandardPlus_955BandWidth_ChinaCdn
- STANDARD_PLUS_AVG_BAND_WIDTH_CHINA_CDN
- StandardPlus_AvgBandWidth_ChinaCdn
- "Standard_Verizon"
- Standard_Verizon
- "Premium_Verizon"
- Premium_Verizon
- "Custom_Verizon"
- Custom_Verizon
- "Standard_Akamai"
- Standard_Akamai
- "Standard_China
Cdn" - Standard_ChinaCdn
- "Standard_Microsoft"
- Standard_Microsoft
- "Standard_Azure
Front Door" - Standard_AzureFrontDoor
- "Premium_Azure
Front Door" - Premium_AzureFrontDoor
- "Standard_955Band
Width_China Cdn" - Standard_955BandWidth_ChinaCdn
- "Standard_Avg
Band Width_China Cdn" - Standard_AvgBandWidth_ChinaCdn
- "Standard
Plus_China Cdn" - StandardPlus_ChinaCdn
- "Standard
Plus_955Band Width_China Cdn" - StandardPlus_955BandWidth_ChinaCdn
- "Standard
Plus_Avg Band Width_China Cdn" - StandardPlus_AvgBandWidth_ChinaCdn
SkuResponse, SkuResponseArgs
- Name string
- Name of the pricing tier.
- Name string
- Name of the pricing tier.
- name String
- Name of the pricing tier.
- name string
- Name of the pricing tier.
- name str
- Name of the pricing tier.
- name String
- Name of the pricing tier.
SystemDataResponse, SystemDataResponseArgs
- Created
At string - The timestamp of resource creation (UTC)
- Created
By string - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for 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 - An identifier for the identity that last modified the resource
- last
Modified StringBy Type - The type of identity that last modified the resource
TransformType, TransformTypeArgs
- Lowercase
- Lowercase
- Uppercase
- Uppercase
- Trim
- Trim
- Url
Decode - UrlDecode
- Url
Encode - UrlEncode
- Remove
Nulls - RemoveNulls
- Transform
Type Lowercase - Lowercase
- Transform
Type Uppercase - Uppercase
- Transform
Type Trim - Trim
- Transform
Type Url Decode - UrlDecode
- Transform
Type Url Encode - UrlEncode
- Transform
Type Remove Nulls - RemoveNulls
- Lowercase
- Lowercase
- Uppercase
- Uppercase
- Trim
- Trim
- Url
Decode - UrlDecode
- Url
Encode - UrlEncode
- Remove
Nulls - RemoveNulls
- Lowercase
- Lowercase
- Uppercase
- Uppercase
- Trim
- Trim
- Url
Decode - UrlDecode
- Url
Encode - UrlEncode
- Remove
Nulls - RemoveNulls
- LOWERCASE
- Lowercase
- UPPERCASE
- Uppercase
- TRIM
- Trim
- URL_DECODE
- UrlDecode
- URL_ENCODE
- UrlEncode
- REMOVE_NULLS
- RemoveNulls
- "Lowercase"
- Lowercase
- "Uppercase"
- Uppercase
- "Trim"
- Trim
- "Url
Decode" - UrlDecode
- "Url
Encode" - UrlEncode
- "Remove
Nulls" - RemoveNulls
WafMatchVariable, WafMatchVariableArgs
- Remote
Addr - RemoteAddr
- Socket
Addr - SocketAddr
- Request
Method - RequestMethod
- Request
Header - RequestHeader
- Request
Uri - RequestUri
- Query
String - QueryString
- Request
Body - RequestBody
- Cookies
- Cookies
- Post
Args - PostArgs
- Waf
Match Variable Remote Addr - RemoteAddr
- Waf
Match Variable Socket Addr - SocketAddr
- Waf
Match Variable Request Method - RequestMethod
- Waf
Match Variable Request Header - RequestHeader
- Waf
Match Variable Request Uri - RequestUri
- Waf
Match Variable Query String - QueryString
- Waf
Match Variable Request Body - RequestBody
- Waf
Match Variable Cookies - Cookies
- Waf
Match Variable Post Args - PostArgs
- Remote
Addr - RemoteAddr
- Socket
Addr - SocketAddr
- Request
Method - RequestMethod
- Request
Header - RequestHeader
- Request
Uri - RequestUri
- Query
String - QueryString
- Request
Body - RequestBody
- Cookies
- Cookies
- Post
Args - PostArgs
- Remote
Addr - RemoteAddr
- Socket
Addr - SocketAddr
- Request
Method - RequestMethod
- Request
Header - RequestHeader
- Request
Uri - RequestUri
- Query
String - QueryString
- Request
Body - RequestBody
- Cookies
- Cookies
- Post
Args - PostArgs
- REMOTE_ADDR
- RemoteAddr
- SOCKET_ADDR
- SocketAddr
- REQUEST_METHOD
- RequestMethod
- REQUEST_HEADER
- RequestHeader
- REQUEST_URI
- RequestUri
- QUERY_STRING
- QueryString
- REQUEST_BODY
- RequestBody
- COOKIES
- Cookies
- POST_ARGS
- PostArgs
- "Remote
Addr" - RemoteAddr
- "Socket
Addr" - SocketAddr
- "Request
Method" - RequestMethod
- "Request
Header" - RequestHeader
- "Request
Uri" - RequestUri
- "Query
String" - QueryString
- "Request
Body" - RequestBody
- "Cookies"
- Cookies
- "Post
Args" - PostArgs
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:cdn:Policy MicrosoftCdnWafPolicy /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/cdnWebApplicationFirewallPolicies/{policyName}
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v2 pulumi/pulumi-azure-native
- License
- Apache-2.0