GoogleCloudApigeeV1GraphQLOperationConfigArgs

data class GoogleCloudApigeeV1GraphQLOperationConfigArgs(val apiSource: Output<String>, val attributes: Output<List<GoogleCloudApigeeV1AttributeArgs>>? = null, val operations: Output<List<GoogleCloudApigeeV1GraphQLOperationArgs>>, val quota: Output<GoogleCloudApigeeV1QuotaArgs>? = null) : ConvertibleToJava<GoogleCloudApigeeV1GraphQLOperationConfigArgs>

Binds the resources in a proxy or remote service with the GraphQL operation and its associated quota enforcement.

Constructors

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudApigeeV1GraphQLOperationConfigArgs

Properties

Link copied to clipboard
val apiSource: Output<String>

Name of the API proxy endpoint or remote service with which the GraphQL operation and quota are associated.

Link copied to clipboard

Custom attributes associated with the operation.

Link copied to clipboard

List of GraphQL name/operation type pairs for the proxy or remote service to which quota will be applied. If only operation types are specified, the quota will be applied to all GraphQL requests irrespective of the GraphQL name. Note: Currently, you can specify only a single GraphQLOperation. Specifying more than one will cause the operation to fail.

Link copied to clipboard
val quota: Output<GoogleCloudApigeeV1QuotaArgs>? = null

Quota parameters to be enforced for the resources, methods, and API source combination. If none are specified, quota enforcement will not be done.