ApiArgs

data class ApiArgs(val configBundle: Output<String>? = null, val detectMd5hash: Output<String>? = null, val name: Output<String>? = null, val orgId: Output<String>? = null) : ConvertibleToJava<ApiArgs>

To get more information about API proxies see, see:

Import

An API proxy can be imported using any of these accepted formats:

  • {{org_id}}/apis/{{name}}

  • {{org_id}}/{{name}} When using the pulumi import command, API proxy can be imported using one of the formats above. For example:

$ pulumi import gcp:apigee/api:Api default {{org_id}}/apis/{{name}}
$ pulumi import gcp:apigee/api:Api default {{org_id}}/{{name}}

Constructors

Link copied to clipboard
constructor(configBundle: Output<String>? = null, detectMd5hash: Output<String>? = null, name: Output<String>? = null, orgId: Output<String>? = null)

Properties

Link copied to clipboard
val configBundle: Output<String>? = null

Path to the config zip bundle.

Link copied to clipboard
val detectMd5hash: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

The ID of the API proxy.

Link copied to clipboard
val orgId: Output<String>? = null

The Apigee Organization name associated with the Apigee instance.

Functions

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