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

akamai.getBotmanBotEndpointCoverageReport

Explore with Pulumi AI

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

    Using getBotmanBotEndpointCoverageReport

    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 getBotmanBotEndpointCoverageReport(args: GetBotmanBotEndpointCoverageReportArgs, opts?: InvokeOptions): Promise<GetBotmanBotEndpointCoverageReportResult>
    function getBotmanBotEndpointCoverageReportOutput(args: GetBotmanBotEndpointCoverageReportOutputArgs, opts?: InvokeOptions): Output<GetBotmanBotEndpointCoverageReportResult>
    def get_botman_bot_endpoint_coverage_report(config_id: Optional[int] = None,
                                                operation_id: Optional[str] = None,
                                                opts: Optional[InvokeOptions] = None) -> GetBotmanBotEndpointCoverageReportResult
    def get_botman_bot_endpoint_coverage_report_output(config_id: Optional[pulumi.Input[int]] = None,
                                                operation_id: Optional[pulumi.Input[str]] = None,
                                                opts: Optional[InvokeOptions] = None) -> Output[GetBotmanBotEndpointCoverageReportResult]
    func GetBotmanBotEndpointCoverageReport(ctx *Context, args *GetBotmanBotEndpointCoverageReportArgs, opts ...InvokeOption) (*GetBotmanBotEndpointCoverageReportResult, error)
    func GetBotmanBotEndpointCoverageReportOutput(ctx *Context, args *GetBotmanBotEndpointCoverageReportOutputArgs, opts ...InvokeOption) GetBotmanBotEndpointCoverageReportResultOutput

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

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

    The following arguments are supported:

    configId Integer
    operationId String
    configId number
    operationId string
    configId Number
    operationId String

    getBotmanBotEndpointCoverageReport Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    ConfigId int
    OperationId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Json string
    ConfigId int
    OperationId string
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    configId Integer
    operationId String
    id string
    The provider-assigned unique ID for this managed resource.
    json string
    configId number
    operationId string
    id str
    The provider-assigned unique ID for this managed resource.
    json str
    config_id int
    operation_id str
    id String
    The provider-assigned unique ID for this managed resource.
    json String
    configId Number
    operationId 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