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