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}} When using the pulumi 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}}
$ pulumi import gcp:apigee/envKeystore:EnvKeystore default {{env_id}}/{{name}}

Constructors

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

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.

Functions

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