Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getAppSecRules
Explore with Pulumi AI
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 - 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
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.