Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getAppSecCustomRules
Explore with Pulumi AI
Using getAppSecCustomRules
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 getAppSecCustomRules(args: GetAppSecCustomRulesArgs, opts?: InvokeOptions): Promise<GetAppSecCustomRulesResult>
function getAppSecCustomRulesOutput(args: GetAppSecCustomRulesOutputArgs, opts?: InvokeOptions): Output<GetAppSecCustomRulesResult>
def get_app_sec_custom_rules(config_id: Optional[int] = None,
custom_rule_id: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetAppSecCustomRulesResult
def get_app_sec_custom_rules_output(config_id: Optional[pulumi.Input[int]] = None,
custom_rule_id: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppSecCustomRulesResult]
func GetAppSecCustomRules(ctx *Context, args *GetAppSecCustomRulesArgs, opts ...InvokeOption) (*GetAppSecCustomRulesResult, error)
func GetAppSecCustomRulesOutput(ctx *Context, args *GetAppSecCustomRulesOutputArgs, opts ...InvokeOption) GetAppSecCustomRulesResultOutput
> Note: This function is named GetAppSecCustomRules
in the Go SDK.
public static class GetAppSecCustomRules
{
public static Task<GetAppSecCustomRulesResult> InvokeAsync(GetAppSecCustomRulesArgs args, InvokeOptions? opts = null)
public static Output<GetAppSecCustomRulesResult> Invoke(GetAppSecCustomRulesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppSecCustomRulesResult> getAppSecCustomRules(GetAppSecCustomRulesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getAppSecCustomRules:getAppSecCustomRules
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id int - Custom
Rule intId
- Config
Id int - Custom
Rule intId
- config
Id Integer - custom
Rule IntegerId
- config
Id number - custom
Rule numberId
- config_
id int - custom_
rule_ intid
- config
Id Number - custom
Rule NumberId
getAppSecCustomRules Result
The following output properties are available:
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Custom
Rule intId
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Custom
Rule intId
- config
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - custom
Rule IntegerId
- config
Id number - id string
- The provider-assigned unique ID for this managed resource.
- json string
- output
Text string - custom
Rule numberId
- config_
id int - id str
- The provider-assigned unique ID for this managed resource.
- json str
- output_
text str - custom_
rule_ intid
- config
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - custom
Rule NumberId
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.