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

akamai.getBotmanCustomBotCategoryAction

Explore with Pulumi AI

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

    Using getBotmanCustomBotCategoryAction

    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 getBotmanCustomBotCategoryAction(args: GetBotmanCustomBotCategoryActionArgs, opts?: InvokeOptions): Promise<GetBotmanCustomBotCategoryActionResult>
    function getBotmanCustomBotCategoryActionOutput(args: GetBotmanCustomBotCategoryActionOutputArgs, opts?: InvokeOptions): Output<GetBotmanCustomBotCategoryActionResult>
    def get_botman_custom_bot_category_action(category_id: Optional[str] = None,
                                              config_id: Optional[int] = None,
                                              security_policy_id: Optional[str] = None,
                                              opts: Optional[InvokeOptions] = None) -> GetBotmanCustomBotCategoryActionResult
    def get_botman_custom_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[GetBotmanCustomBotCategoryActionResult]
    func LookupBotmanCustomBotCategoryAction(ctx *Context, args *LookupBotmanCustomBotCategoryActionArgs, opts ...InvokeOption) (*LookupBotmanCustomBotCategoryActionResult, error)
    func LookupBotmanCustomBotCategoryActionOutput(ctx *Context, args *LookupBotmanCustomBotCategoryActionOutputArgs, opts ...InvokeOption) LookupBotmanCustomBotCategoryActionResultOutput

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

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

    The following arguments are supported:

    getBotmanCustomBotCategoryAction Result

    The following output properties are available:

    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    SecurityPolicyId string
    CategoryId string
    ConfigId int
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    SecurityPolicyId string
    CategoryId string
    configId Integer
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    securityPolicyId String
    categoryId String
    configId number
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    securityPolicyId string
    categoryId string
    config_id int
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    security_policy_id str
    category_id str
    configId Number
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    securityPolicyId String
    categoryId 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