EnvKeystoreArgs

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:

Import

EnvKeystore can be imported using any of these accepted formats* {{env_id}}/keystores/{{name}} * {{env_id}}/{{name}} In Terraform v1.5.0 and later, use an import block to import EnvKeystore using one of the formats above. For exampletf import { id = "{{env_id}}/keystores/{{name}}" to = google_apigee_env_keystore.default }

$ pulumi import gcp:apigee/envKeystore:EnvKeystore When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), EnvKeystore can be imported using one of the formats above. For example
$ pulumi import gcp:apigee/envKeystore:EnvKeystore default {{env_id}}/keystores/{{name}}
$ pulumi import gcp:apigee/envKeystore:EnvKeystore default {{env_id}}/{{name}}

Constructors

Link copied to clipboard
fun EnvKeystoreArgs(envId: Output<String>? = null, name: Output<String>? = null)

Functions

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

Properties

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

The Apigee environment group associated with the Apigee environment, in the format organizations/{{org_name}}/environments/{{env_name}}.

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

The name of the newly created keystore.