Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getBotmanBotCategoryException
Explore with Pulumi AI
Using getBotmanBotCategoryException
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 getBotmanBotCategoryException(args: GetBotmanBotCategoryExceptionArgs, opts?: InvokeOptions): Promise<GetBotmanBotCategoryExceptionResult>
function getBotmanBotCategoryExceptionOutput(args: GetBotmanBotCategoryExceptionOutputArgs, opts?: InvokeOptions): Output<GetBotmanBotCategoryExceptionResult>def get_botman_bot_category_exception(config_id: Optional[int] = None,
                                      security_policy_id: Optional[str] = None,
                                      opts: Optional[InvokeOptions] = None) -> GetBotmanBotCategoryExceptionResult
def get_botman_bot_category_exception_output(config_id: Optional[pulumi.Input[int]] = None,
                                      security_policy_id: Optional[pulumi.Input[str]] = None,
                                      opts: Optional[InvokeOptions] = None) -> Output[GetBotmanBotCategoryExceptionResult]func LookupBotmanBotCategoryException(ctx *Context, args *LookupBotmanBotCategoryExceptionArgs, opts ...InvokeOption) (*LookupBotmanBotCategoryExceptionResult, error)
func LookupBotmanBotCategoryExceptionOutput(ctx *Context, args *LookupBotmanBotCategoryExceptionOutputArgs, opts ...InvokeOption) LookupBotmanBotCategoryExceptionResultOutput> Note: This function is named LookupBotmanBotCategoryException in the Go SDK.
public static class GetBotmanBotCategoryException 
{
    public static Task<GetBotmanBotCategoryExceptionResult> InvokeAsync(GetBotmanBotCategoryExceptionArgs args, InvokeOptions? opts = null)
    public static Output<GetBotmanBotCategoryExceptionResult> Invoke(GetBotmanBotCategoryExceptionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanBotCategoryExceptionResult> getBotmanBotCategoryException(GetBotmanBotCategoryExceptionArgs args, InvokeOptions options)
public static Output<GetBotmanBotCategoryExceptionResult> getBotmanBotCategoryException(GetBotmanBotCategoryExceptionArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getBotmanBotCategoryException:getBotmanBotCategoryException
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ConfigId int
- SecurityPolicy stringId 
- ConfigId int
- SecurityPolicy stringId 
- configId Integer
- securityPolicy StringId 
- configId number
- securityPolicy stringId 
- config_id int
- security_policy_ strid 
- configId Number
- securityPolicy StringId 
getBotmanBotCategoryException Result
The following output properties are available:
- ConfigId int
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- SecurityPolicy stringId 
- ConfigId int
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- SecurityPolicy stringId 
- configId Integer
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- securityPolicy StringId 
- configId number
- id string
- The provider-assigned unique ID for this managed resource.
- json string
- securityPolicy stringId 
- config_id int
- id str
- The provider-assigned unique ID for this managed resource.
- json str
- security_policy_ strid 
- configId Number
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- securityPolicy StringId 
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.