Api Args
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:
How-to Guides
Import
An API proxy can be imported using any of these accepted formats:
{{org_id}}/apis/{{name}}{{org_id}}/{{name}}When using thepulumi importcommand, API proxy can be imported using one of the formats above. For example:
$ pulumi import gcp:apigee/api:Api default {{org_id}}/apis/{{name}}Content copied to clipboard
$ pulumi import gcp:apigee/api:Api default {{org_id}}/{{name}}Content copied to clipboard