akamai.getBotmanAkamaiBotCategory
Explore with Pulumi AI
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:
- Category
Name string
- Category
Name string
- category
Name String
- category
Name string
- category_
name str
- category
Name String
getBotmanAkamaiBotCategory Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Category
Name string
- Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Category
Name string
- id String
The provider-assigned unique ID for this managed resource.
- json String
- category
Name String
- id string
The provider-assigned unique ID for this managed resource.
- json string
- category
Name 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
- category
Name String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.