Google Cloud Apigee V1Graph QLOperation Config Args
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
Link copied to clipboard
constructor(apiSource: Output<String>, attributes: Output<List<GoogleCloudApigeeV1AttributeArgs>>? = null, operations: Output<List<GoogleCloudApigeeV1GraphQLOperationArgs>>, quota: Output<GoogleCloudApigeeV1QuotaArgs>? = null)
Properties
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
Quota parameters to be enforced for the resources, methods, and API source combination. If none are specified, quota enforcement will not be done.