EnvKeystore

class EnvKeystore : KotlinCustomResource

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}}

Properties

Link copied to clipboard
val aliases: Output<List<String>>

Aliases in this keystore.

Link copied to clipboard
val envId: Output<String>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>

The name of the newly created keystore.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>