Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getBotmanAkamaiBotCategoryAction
Explore with Pulumi AI
Using getBotmanAkamaiBotCategoryAction
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 getBotmanAkamaiBotCategoryAction(args: GetBotmanAkamaiBotCategoryActionArgs, opts?: InvokeOptions): Promise<GetBotmanAkamaiBotCategoryActionResult>
function getBotmanAkamaiBotCategoryActionOutput(args: GetBotmanAkamaiBotCategoryActionOutputArgs, opts?: InvokeOptions): Output<GetBotmanAkamaiBotCategoryActionResult>
def get_botman_akamai_bot_category_action(category_id: Optional[str] = None,
config_id: Optional[int] = None,
security_policy_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBotmanAkamaiBotCategoryActionResult
def get_botman_akamai_bot_category_action_output(category_id: 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[GetBotmanAkamaiBotCategoryActionResult]
func LookupBotmanAkamaiBotCategoryAction(ctx *Context, args *LookupBotmanAkamaiBotCategoryActionArgs, opts ...InvokeOption) (*LookupBotmanAkamaiBotCategoryActionResult, error)
func LookupBotmanAkamaiBotCategoryActionOutput(ctx *Context, args *LookupBotmanAkamaiBotCategoryActionOutputArgs, opts ...InvokeOption) LookupBotmanAkamaiBotCategoryActionResultOutput
> Note: This function is named LookupBotmanAkamaiBotCategoryAction
in the Go SDK.
public static class GetBotmanAkamaiBotCategoryAction
{
public static Task<GetBotmanAkamaiBotCategoryActionResult> InvokeAsync(GetBotmanAkamaiBotCategoryActionArgs args, InvokeOptions? opts = null)
public static Output<GetBotmanAkamaiBotCategoryActionResult> Invoke(GetBotmanAkamaiBotCategoryActionInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetBotmanAkamaiBotCategoryActionResult> getBotmanAkamaiBotCategoryAction(GetBotmanAkamaiBotCategoryActionArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getBotmanAkamaiBotCategoryAction:getBotmanAkamaiBotCategoryAction
arguments:
# arguments dictionary
The following arguments are supported:
- Config
Id int - Security
Policy stringId - Category
Id string
- Config
Id int - Security
Policy stringId - Category
Id string
- config
Id Integer - security
Policy StringId - category
Id String
- config
Id number - security
Policy stringId - category
Id string
- config_
id int - security_
policy_ strid - category_
id str
- config
Id Number - security
Policy StringId - category
Id String
getBotmanAkamaiBotCategoryAction Result
The following output properties are available:
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Security
Policy stringId - Category
Id string
- Config
Id int - Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Security
Policy stringId - Category
Id string
- config
Id Integer - id String
- The provider-assigned unique ID for this managed resource.
- json String
- security
Policy StringId - category
Id String
- config
Id number - id string
- The provider-assigned unique ID for this managed resource.
- json string
- security
Policy stringId - category
Id string
- config_
id int - id str
- The provider-assigned unique ID for this managed resource.
- json str
- security_
policy_ strid - category_
id str
- config
Id Number - id String
- The provider-assigned unique ID for this managed resource.
- json String
- security
Policy StringId - category
Id String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.