akamai.getAppSecRules
Using getAppSecRules
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 getAppSecRules(args: GetAppSecRulesArgs, opts?: InvokeOptions): Promise<GetAppSecRulesResult>
function getAppSecRulesOutput(args: GetAppSecRulesOutputArgs, opts?: InvokeOptions): Output<GetAppSecRulesResult>
def get_app_sec_rules(config_id: Optional[int] = None,
rule_id: Optional[int] = None,
security_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppSecRulesResult
def get_app_sec_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[GetAppSecRulesResult]
func GetAppSecRules(ctx *Context, args *GetAppSecRulesArgs, opts ...InvokeOption) (*GetAppSecRulesResult, error)
func GetAppSecRulesOutput(ctx *Context, args *GetAppSecRulesOutputArgs, opts ...InvokeOption) GetAppSecRulesResultOutput
> Note: This function is named GetAppSecRules
in the Go SDK.
public static class GetAppSecRules
{
public static Task<GetAppSecRulesResult> InvokeAsync(GetAppSecRulesArgs args, InvokeOptions? opts = null)
public static Output<GetAppSecRulesResult> Invoke(GetAppSecRulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppSecRulesResult> getAppSecRules(GetAppSecRulesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getAppSecRules:getAppSecRules
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id int . Unique identifier of the security configuration associated with the rules.
- Security
Policy stringId . Unique identifier of the security policy associated with the rules.
- Rule
Id int . Unique identifier of the Kona Rule Set rule you want to return information for. If not included, information is returned for all your KRS rules.
- Config
Id int . Unique identifier of the security configuration associated with the rules.
- Security
Policy stringId . Unique identifier of the security policy associated with the rules.
- Rule
Id int . Unique identifier of the Kona Rule Set rule you want to return information for. If not included, information is returned for all your KRS rules.
- config
Id Integer . Unique identifier of the security configuration associated with the rules.
- security
Policy StringId . Unique identifier of the security policy associated with the rules.
- rule
Id Integer . Unique identifier of the Kona Rule Set rule you want to return information for. If not included, information is returned for all your KRS rules.
- config
Id number . Unique identifier of the security configuration associated with the rules.
- security
Policy stringId . Unique identifier of the security policy associated with the rules.
- rule
Id number . Unique identifier of the Kona Rule Set rule you want to return information for. If not included, information is returned for all your KRS rules.
- config_
id int . Unique identifier of the security configuration associated with the rules.
- security_
policy_ strid . Unique identifier of the security policy associated with the rules.
- rule_
id int . Unique identifier of the Kona Rule Set rule you want to return information for. If not included, information is returned for all your KRS rules.
- config
Id Number . Unique identifier of the security configuration associated with the rules.
- security
Policy StringId . Unique identifier of the security policy associated with the rules.
- rule
Id Number . Unique identifier of the Kona Rule Set rule you want to return information for. If not included, information is returned for all your KRS rules.
getAppSecRules Result
The following output properties are available:
- Condition
Exception string - Config
Id int - Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Rule
Action string - Security
Policy stringId - Rule
Id int
- Condition
Exception string - Config
Id int - Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Rule
Action string - Security
Policy stringId - Rule
Id int
- condition
Exception String - config
Id Integer - id String
The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - rule
Action String - security
Policy StringId - rule
Id Integer
- condition
Exception string - config
Id number - id string
The provider-assigned unique ID for this managed resource.
- json string
- output
Text string - rule
Action string - security
Policy stringId - rule
Id number
- condition_
exception str - config_
id int - id str
The provider-assigned unique ID for this managed resource.
- json str
- output_
text str - rule_
action str - security_
policy_ strid - rule_
id int
- condition
Exception String - config
Id Number - id String
The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - rule
Action String - security
Policy StringId - rule
Id Number
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.