Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getAppSecAttackGroups
Explore with Pulumi AI
Using getAppSecAttackGroups
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 getAppSecAttackGroups(args: GetAppSecAttackGroupsArgs, opts?: InvokeOptions): Promise<GetAppSecAttackGroupsResult>
function getAppSecAttackGroupsOutput(args: GetAppSecAttackGroupsOutputArgs, opts?: InvokeOptions): Output<GetAppSecAttackGroupsResult>
def get_app_sec_attack_groups(attack_group: Optional[str] = None,
config_id: Optional[int] = None,
security_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppSecAttackGroupsResult
def get_app_sec_attack_groups_output(attack_group: Optional[pulumi.Input[str]] = None,
config_id: Optional[pulumi.Input[int]] = None,
security_policy_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppSecAttackGroupsResult]
func GetAppSecAttackGroups(ctx *Context, args *GetAppSecAttackGroupsArgs, opts ...InvokeOption) (*GetAppSecAttackGroupsResult, error)
func GetAppSecAttackGroupsOutput(ctx *Context, args *GetAppSecAttackGroupsOutputArgs, opts ...InvokeOption) GetAppSecAttackGroupsResultOutput
> Note: This function is named GetAppSecAttackGroups
in the Go SDK.
public static class GetAppSecAttackGroups
{
public static Task<GetAppSecAttackGroupsResult> InvokeAsync(GetAppSecAttackGroupsArgs args, InvokeOptions? opts = null)
public static Output<GetAppSecAttackGroupsResult> Invoke(GetAppSecAttackGroupsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAppSecAttackGroupsResult> getAppSecAttackGroups(GetAppSecAttackGroupsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getAppSecAttackGroups:getAppSecAttackGroups
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id int - Security
Policy stringId - Attack
Group string
- Config
Id int - Security
Policy stringId - Attack
Group string
- config
Id Integer - security
Policy StringId - attack
Group String
- config
Id number - security
Policy stringId - attack
Group string
- config_
id int - security_
policy_ strid - attack_
group str
- config
Id Number - security
Policy StringId - attack
Group String
getAppSecAttackGroups Result
The following output properties are available:
- Attack
Group stringAction - Condition
Exception string - Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Security
Policy stringId - Attack
Group string
- Attack
Group stringAction - Condition
Exception string - Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Output
Text string - Security
Policy stringId - Attack
Group string
- attack
Group StringAction - condition
Exception String - config
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - security
Policy StringId - attack
Group String
- attack
Group stringAction - condition
Exception string - config
Id number - id string
- The provider-assigned unique ID for this managed resource.
- json string
- output
Text string - security
Policy stringId - attack
Group string
- attack_
group_ straction - condition_
exception str - config_
id int - id str
- The provider-assigned unique ID for this managed resource.
- json str
- output_
text str - security_
policy_ strid - attack_
group str
- attack
Group StringAction - condition
Exception String - config
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- json String
- output
Text String - security
Policy StringId - attack
Group String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.