Env References Args
data class EnvReferencesArgs(val description: Output<String>? = null, val envId: Output<String>? = null, val name: Output<String>? = null, val refers: Output<String>? = null, val resourceType: Output<String>? = null) : ConvertibleToJava<EnvReferencesArgs>
An Environment Reference
in Apigee. To get more information about EnvReferences, see:
How-to Guides
Import
EnvReferences can be imported using any of these accepted formats:
{{env_id}}/references/{{name}}
{{env_id}}/{{name}}
When using thepulumi import
command, EnvReferences can be imported using one of the formats above. For example:
$ pulumi import gcp:apigee/envReferences:EnvReferences default {{env_id}}/references/{{name}}
Content copied to clipboard
$ pulumi import gcp:apigee/envReferences:EnvReferences default {{env_id}}/{{name}}
Content copied to clipboard