getApiShieldOperation

Example Usage

variables:
exampleApiShieldOperation:
fn::invoke:
function: cloudflare:getApiShieldOperation
arguments:
zoneId: 023e105f4ecef8ad9ca31a8372d0c353
operationId: f174e90a-fafe-4643-bbbc-4a0ed4fc8415
features:
- thresholds

Return

A collection of values returned by getApiShieldOperation.

Parameters

argument

A collection of arguments for invoking getApiShieldOperation.


suspend fun getApiShieldOperation(feature: List<String>? = null, filter: GetApiShieldOperationFilter? = null, operationId: String? = null, zoneId: String): GetApiShieldOperationResult

Return

A collection of values returned by getApiShieldOperation.

Parameters

feature

Add feature(s) to the results. The feature name that is given here corresponds to the resulting feature object. Have a look at the top-level object description for more details on the specific meaning.

filter
operationId

UUID.

zoneId

Identifier.

See also


Return

A collection of values returned by getApiShieldOperation.

Parameters

argument

Builder for com.pulumi.cloudflare.kotlin.inputs.GetApiShieldOperationPlainArgs.

See also