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 dictionaryThe following arguments are supported:
- ConfigId int
- SecurityPolicy stringId 
- RuleId int
- ConfigId int
- SecurityPolicy stringId 
- RuleId int
- configId Integer
- securityPolicy StringId 
- ruleId Integer
- configId number
- securityPolicy stringId 
- ruleId number
- config_id int
- security_policy_ strid 
- rule_id int
- configId Number
- securityPolicy StringId 
- ruleId Number
getAppsecRapidRules Result
The following output properties are available:
- ConfigId int
- DefaultAction string
- Enabled bool
- Id string
- OutputText string
- RapidRules List<GetAppsec Rapid Rules Rapid Rule> 
- SecurityPolicy stringId 
- RuleId int
- ConfigId int
- DefaultAction string
- Enabled bool
- Id string
- OutputText string
- RapidRules []GetAppsec Rapid Rules Rapid Rule 
- SecurityPolicy stringId 
- RuleId int
- configId Integer
- defaultAction String
- enabled Boolean
- id String
- outputText String
- rapidRules List<GetAppsec Rapid Rules Rapid Rule> 
- securityPolicy StringId 
- ruleId Integer
- configId number
- defaultAction string
- enabled boolean
- id string
- outputText string
- rapidRules GetAppsec Rapid Rules Rapid Rule[] 
- securityPolicy stringId 
- ruleId 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
- configId Number
- defaultAction String
- enabled Boolean
- id String
- outputText String
- rapidRules List<Property Map>
- securityPolicy StringId 
- ruleId Number
Supporting Types
GetAppsecRapidRulesRapidRule     
- Action string
- The rapid rule action.
- AttackGroup string
- The unique identifier of attack group, rapid rule belongs to.
- AttackGroup stringException 
- The attack group exception.
- ConditionException 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.
- AttackGroup string
- The unique identifier of attack group, rapid rule belongs to.
- AttackGroup stringException 
- The attack group exception.
- ConditionException 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.
- attackGroup String
- The unique identifier of attack group, rapid rule belongs to.
- attackGroup StringException 
- The attack group exception.
- conditionException 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.
- attackGroup string
- The unique identifier of attack group, rapid rule belongs to.
- attackGroup stringException 
- The attack group exception.
- conditionException 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.
- attackGroup String
- The unique identifier of attack group, rapid rule belongs to.
- attackGroup StringException 
- The attack group exception.
- conditionException 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 akamaiTerraform Provider.