Viewing docs for Akamai v11.1.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
Viewing docs for Akamai v11.1.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
Create AppsecUrlProtectionAction Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new AppsecUrlProtectionAction(name: string, args: AppsecUrlProtectionActionArgs, opts?: CustomResourceOptions);@overload
def AppsecUrlProtectionAction(resource_name: str,
args: AppsecUrlProtectionActionArgs,
opts: Optional[ResourceOptions] = None)
@overload
def AppsecUrlProtectionAction(resource_name: str,
opts: Optional[ResourceOptions] = None,
config_id: Optional[int] = None,
max_rate_threshold_action: Optional[str] = None,
security_policy_id: Optional[str] = None,
url_protection_policy_id: Optional[int] = None,
load_shedding_action: Optional[str] = None)func NewAppsecUrlProtectionAction(ctx *Context, name string, args AppsecUrlProtectionActionArgs, opts ...ResourceOption) (*AppsecUrlProtectionAction, error)public AppsecUrlProtectionAction(string name, AppsecUrlProtectionActionArgs args, CustomResourceOptions? opts = null)
public AppsecUrlProtectionAction(String name, AppsecUrlProtectionActionArgs args)
public AppsecUrlProtectionAction(String name, AppsecUrlProtectionActionArgs args, CustomResourceOptions options)
type: akamai:AppsecUrlProtectionAction
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 AppsecUrlProtectionActionArgs
- 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 AppsecUrlProtectionActionArgs
- 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 AppsecUrlProtectionActionArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args AppsecUrlProtectionActionArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args AppsecUrlProtectionActionArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
AppsecUrlProtectionAction 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 AppsecUrlProtectionAction resource accepts the following input properties:
- Config
Id int - Unique identifier of the security configuration
- Max
Rate stringThreshold Action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- Security
Policy stringId - Unique identifier of the security policy
- Url
Protection intPolicy Id - Unique identifier of the URL protection policy
- Load
Shedding stringAction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- Config
Id int - Unique identifier of the security configuration
- Max
Rate stringThreshold Action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- Security
Policy stringId - Unique identifier of the security policy
- Url
Protection intPolicy Id - Unique identifier of the URL protection policy
- Load
Shedding stringAction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- config
Id Integer - Unique identifier of the security configuration
- max
Rate StringThreshold Action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- security
Policy StringId - Unique identifier of the security policy
- url
Protection IntegerPolicy Id - Unique identifier of the URL protection policy
- load
Shedding StringAction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- config
Id number - Unique identifier of the security configuration
- max
Rate stringThreshold Action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- security
Policy stringId - Unique identifier of the security policy
- url
Protection numberPolicy Id - Unique identifier of the URL protection policy
- load
Shedding stringAction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- config_
id int - Unique identifier of the security configuration
- max_
rate_ strthreshold_ action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- security_
policy_ strid - Unique identifier of the security policy
- url_
protection_ intpolicy_ id - Unique identifier of the URL protection policy
- load_
shedding_ straction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- config
Id Number - Unique identifier of the security configuration
- max
Rate StringThreshold Action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- security
Policy StringId - Unique identifier of the security policy
- url
Protection NumberPolicy Id - Unique identifier of the URL protection policy
- load
Shedding StringAction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
Outputs
All input properties are implicitly available as output properties. Additionally, the AppsecUrlProtectionAction resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing AppsecUrlProtectionAction Resource
Get an existing AppsecUrlProtectionAction resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: AppsecUrlProtectionActionState, opts?: CustomResourceOptions): AppsecUrlProtectionAction@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
config_id: Optional[int] = None,
load_shedding_action: Optional[str] = None,
max_rate_threshold_action: Optional[str] = None,
security_policy_id: Optional[str] = None,
url_protection_policy_id: Optional[int] = None) -> AppsecUrlProtectionActionfunc GetAppsecUrlProtectionAction(ctx *Context, name string, id IDInput, state *AppsecUrlProtectionActionState, opts ...ResourceOption) (*AppsecUrlProtectionAction, error)public static AppsecUrlProtectionAction Get(string name, Input<string> id, AppsecUrlProtectionActionState? state, CustomResourceOptions? opts = null)public static AppsecUrlProtectionAction get(String name, Output<String> id, AppsecUrlProtectionActionState state, CustomResourceOptions options)resources: _: type: akamai:AppsecUrlProtectionAction get: id: ${id}- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Config
Id int - Unique identifier of the security configuration
- Load
Shedding stringAction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- Max
Rate stringThreshold Action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- Security
Policy stringId - Unique identifier of the security policy
- Url
Protection intPolicy Id - Unique identifier of the URL protection policy
- Config
Id int - Unique identifier of the security configuration
- Load
Shedding stringAction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- Max
Rate stringThreshold Action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- Security
Policy stringId - Unique identifier of the security policy
- Url
Protection intPolicy Id - Unique identifier of the URL protection policy
- config
Id Integer - Unique identifier of the security configuration
- load
Shedding StringAction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- max
Rate StringThreshold Action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- security
Policy StringId - Unique identifier of the security policy
- url
Protection IntegerPolicy Id - Unique identifier of the URL protection policy
- config
Id number - Unique identifier of the security configuration
- load
Shedding stringAction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- max
Rate stringThreshold Action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- security
Policy stringId - Unique identifier of the security policy
- url
Protection numberPolicy Id - Unique identifier of the URL protection policy
- config_
id int - Unique identifier of the security configuration
- load_
shedding_ straction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- max_
rate_ strthreshold_ action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- security_
policy_ strid - Unique identifier of the security policy
- url_
protection_ intpolicy_ id - Unique identifier of the URL protection policy
- config
Id Number - Unique identifier of the security configuration
- load
Shedding StringAction - Load shedding action to apply (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- max
Rate StringThreshold Action - Action to apply when max rate threshold is exceeded (e.g., alert, deny, none, deny_custom_{custom_deny_id}, challenge_{challenge_id})
- security
Policy StringId - Unique identifier of the security policy
- url
Protection NumberPolicy Id - Unique identifier of the URL protection policy
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
Viewing docs for Akamai v11.1.0
published on Thursday, Apr 2, 2026 by Pulumi
published on Thursday, Apr 2, 2026 by Pulumi
