Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getAppsecRapidRules
Explore with Pulumi AI
Using getAppsecRapidRules
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getAppsecRapidRules(args: GetAppsecRapidRulesArgs, opts?: InvokeOptions): Promise<GetAppsecRapidRulesResult>
function getAppsecRapidRulesOutput(args: GetAppsecRapidRulesOutputArgs, opts?: InvokeOptions): Output<GetAppsecRapidRulesResult>
def get_appsec_rapid_rules(config_id: Optional[int] = None,
rule_id: Optional[int] = None,
security_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppsecRapidRulesResult
def get_appsec_rapid_rules_output(config_id: Optional[pulumi.Input[int]] = None,
rule_id: Optional[pulumi.Input[int]] = None,
security_policy_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppsecRapidRulesResult]
func LookupAppsecRapidRules(ctx *Context, args *LookupAppsecRapidRulesArgs, opts ...InvokeOption) (*LookupAppsecRapidRulesResult, error)
func LookupAppsecRapidRulesOutput(ctx *Context, args *LookupAppsecRapidRulesOutputArgs, opts ...InvokeOption) LookupAppsecRapidRulesResultOutput
> Note: This function is named LookupAppsecRapidRules
in the Go SDK.
public static class GetAppsecRapidRules
{
public static Task<GetAppsecRapidRulesResult> InvokeAsync(GetAppsecRapidRulesArgs args, InvokeOptions? opts = null)
public static Output<GetAppsecRapidRulesResult> Invoke(GetAppsecRapidRulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppsecRapidRulesResult> getAppsecRapidRules(GetAppsecRapidRulesArgs args, InvokeOptions options)
public static Output<GetAppsecRapidRulesResult> getAppsecRapidRules(GetAppsecRapidRulesArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getAppsecRapidRules:getAppsecRapidRules
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id int - Security
Policy stringId - Rule
Id int
- Config
Id int - Security
Policy stringId - Rule
Id int
- config
Id Integer - security
Policy StringId - rule
Id Integer
- config
Id number - security
Policy stringId - rule
Id number
- config_
id int - security_
policy_ strid - rule_
id int
- config
Id Number - security
Policy StringId - rule
Id Number
getAppsecRapidRules Result
The following output properties are available:
- Config
Id int - Default
Action string - Enabled bool
- Id string
- Output
Text string - Rapid
Rules List<GetAppsec Rapid Rules Rapid Rule> - Security
Policy stringId - Rule
Id int
- Config
Id int - Default
Action string - Enabled bool
- Id string
- Output
Text string - Rapid
Rules []GetAppsec Rapid Rules Rapid Rule - Security
Policy stringId - Rule
Id int
- config
Id Integer - default
Action String - enabled Boolean
- id String
- output
Text String - rapid
Rules List<GetAppsec Rapid Rules Rapid Rule> - security
Policy StringId - rule
Id Integer
- config
Id number - default
Action string - enabled boolean
- id string
- output
Text string - rapid
Rules GetAppsec Rapid Rules Rapid Rule[] - security
Policy stringId - rule
Id number
- config_
id int - default_
action str - enabled bool
- id str
- output_
text str - rapid_
rules Sequence[GetAppsec Rapid Rules Rapid Rule] - security_
policy_ strid - rule_
id int
- config
Id Number - default
Action String - enabled Boolean
- id String
- output
Text String - rapid
Rules List<Property Map> - security
Policy StringId - rule
Id Number
Supporting Types
GetAppsecRapidRulesRapidRule
- Action string
- The rapid rule action.
- Attack
Group string - The unique identifier of attack group, rapid rule belongs to.
- Attack
Group stringException - The attack group exception.
- Condition
Exception string - The rapid rule exception.
- Id int
- The unique identifier of rapid rule.
- Lock bool
- The the rapid rule action lock.
- Name string
- The rapid rule name.
- Action string
- The rapid rule action.
- Attack
Group string - The unique identifier of attack group, rapid rule belongs to.
- Attack
Group stringException - The attack group exception.
- Condition
Exception string - The rapid rule exception.
- Id int
- The unique identifier of rapid rule.
- Lock bool
- The the rapid rule action lock.
- Name string
- The rapid rule name.
- action String
- The rapid rule action.
- attack
Group String - The unique identifier of attack group, rapid rule belongs to.
- attack
Group StringException - The attack group exception.
- condition
Exception String - The rapid rule exception.
- id Integer
- The unique identifier of rapid rule.
- lock Boolean
- The the rapid rule action lock.
- name String
- The rapid rule name.
- action string
- The rapid rule action.
- attack
Group string - The unique identifier of attack group, rapid rule belongs to.
- attack
Group stringException - The attack group exception.
- condition
Exception string - The rapid rule exception.
- id number
- The unique identifier of rapid rule.
- lock boolean
- The the rapid rule action lock.
- name string
- The rapid rule name.
- action str
- The rapid rule action.
- attack_
group str - The unique identifier of attack group, rapid rule belongs to.
- attack_
group_ strexception - The attack group exception.
- condition_
exception str - The rapid rule exception.
- id int
- The unique identifier of rapid rule.
- lock bool
- The the rapid rule action lock.
- name str
- The rapid rule name.
- action String
- The rapid rule action.
- attack
Group String - The unique identifier of attack group, rapid rule belongs to.
- attack
Group StringException - The attack group exception.
- condition
Exception String - The rapid rule exception.
- id Number
- The unique identifier of rapid rule.
- lock Boolean
- The the rapid rule action lock.
- name String
- The rapid rule name.
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.