1. Packages
  2. Akamai
  3. API Docs
  4. getBotmanAkamaiBotCategory
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getBotmanAkamaiBotCategory

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    Using getBotmanAkamaiBotCategory

    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 getBotmanAkamaiBotCategory(args: GetBotmanAkamaiBotCategoryArgs, opts?: InvokeOptions): Promise<GetBotmanAkamaiBotCategoryResult>
    function getBotmanAkamaiBotCategoryOutput(args: GetBotmanAkamaiBotCategoryOutputArgs, opts?: InvokeOptions): Output<GetBotmanAkamaiBotCategoryResult>
    def get_botman_akamai_bot_category(category_name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetBotmanAkamaiBotCategoryResult
    def get_botman_akamai_bot_category_output(category_name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetBotmanAkamaiBotCategoryResult]
    func GetBotmanAkamaiBotCategory(ctx *Context, args *GetBotmanAkamaiBotCategoryArgs, opts ...InvokeOption) (*GetBotmanAkamaiBotCategoryResult, error)
    func GetBotmanAkamaiBotCategoryOutput(ctx *Context, args *GetBotmanAkamaiBotCategoryOutputArgs, opts ...InvokeOption) GetBotmanAkamaiBotCategoryResultOutput

    > Note: This function is named GetBotmanAkamaiBotCategory in the Go SDK.

    public static class GetBotmanAkamaiBotCategory 
    {
        public static Task<GetBotmanAkamaiBotCategoryResult> InvokeAsync(GetBotmanAkamaiBotCategoryArgs args, InvokeOptions? opts = null)
        public static Output<GetBotmanAkamaiBotCategoryResult> Invoke(GetBotmanAkamaiBotCategoryInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetBotmanAkamaiBotCategoryResult> getBotmanAkamaiBotCategory(GetBotmanAkamaiBotCategoryArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getBotmanAkamaiBotCategory:getBotmanAkamaiBotCategory
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getBotmanAkamaiBotCategory Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    CategoryName string
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    CategoryName string
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    categoryName String
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    categoryName string
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    category_name str
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    categoryName String

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi