akamai.getBotmanBotEndpointCoverageReport
Explore with Pulumi AI
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:
- Config
Id int - Operation
Id string
- Config
Id int - Operation
Id string
- config
Id Integer - operation
Id String
- config
Id number - operation
Id string
- config_
id int - operation_
id str
- config
Id Number - operation
Id String
getBotmanBotEndpointCoverageReport Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Config
Id int - Operation
Id string
- Id string
The provider-assigned unique ID for this managed resource.
- Json string
- Config
Id int - Operation
Id string
- id String
The provider-assigned unique ID for this managed resource.
- json String
- config
Id Integer - operation
Id String
- id string
The provider-assigned unique ID for this managed resource.
- json string
- config
Id number - operation
Id 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
- config
Id Number - operation
Id String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.