EnvGroup

An Environment group in Apigee. To get more information about Envgroup, see:

Example Usage

{{% /examples %}}

Import

Envgroup can be imported using any of these accepted formats

$ pulumi import gcp:apigee/envGroup:EnvGroup default {{org_id}}/envgroups/{{name}}
$ pulumi import gcp:apigee/envGroup:EnvGroup default {{org_id}}/{{name}}

Properties

Link copied to clipboard
val hostnames: Output<List<String>>?

Hostnames of the environment group.

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

The resource ID of the environment group.

Link copied to clipboard
val orgId: Output<String>

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>