Using getBotmanBotDetection
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 getBotmanBotDetection(args: GetBotmanBotDetectionArgs, opts?: InvokeOptions): Promise<GetBotmanBotDetectionResult>
function getBotmanBotDetectionOutput(args: GetBotmanBotDetectionOutputArgs, opts?: InvokeOptions): Output<GetBotmanBotDetectionResult>def get_botman_bot_detection(detection_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetBotmanBotDetectionResult
def get_botman_bot_detection_output(detection_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetBotmanBotDetectionResult]func GetBotmanBotDetection(ctx *Context, args *GetBotmanBotDetectionArgs, opts ...InvokeOption) (*GetBotmanBotDetectionResult, error)
func GetBotmanBotDetectionOutput(ctx *Context, args *GetBotmanBotDetectionOutputArgs, opts ...InvokeOption) GetBotmanBotDetectionResultOutput> Note: This function is named GetBotmanBotDetection in the Go SDK.
public static class GetBotmanBotDetection
{
public static Task<GetBotmanBotDetectionResult> InvokeAsync(GetBotmanBotDetectionArgs args, InvokeOptions? opts = null)
public static Output<GetBotmanBotDetectionResult> Invoke(GetBotmanBotDetectionInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetBotmanBotDetectionResult> getBotmanBotDetection(GetBotmanBotDetectionArgs args, InvokeOptions options)
public static Output<GetBotmanBotDetectionResult> getBotmanBotDetection(GetBotmanBotDetectionArgs args, InvokeOptions options)
fn::invoke:
function: akamai:index/getBotmanBotDetection:getBotmanBotDetection
arguments:
# arguments dictionaryThe following arguments are supported:
- Detection
Name string
- Detection
Name string
- detection
Name String
- detection
Name string
- detection_
name str
- detection
Name String
getBotmanBotDetection Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Detection
Name string
- Id string
- The provider-assigned unique ID for this managed resource.
- Json string
- Detection
Name string
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- detection
Name String
- id string
- The provider-assigned unique ID for this managed resource.
- json string
- detection
Name string
- id str
- The provider-assigned unique ID for this managed resource.
- json str
- detection_
name str
- id String
- The provider-assigned unique ID for this managed resource.
- json String
- detection
Name String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
