EnvGroupAttachment

class EnvGroupAttachment : KotlinCustomResource

An Environment Group attachment in Apigee. To get more information about EnvgroupAttachment, see:

Example Usage

Import

EnvgroupAttachment can be imported using any of these accepted formats:

  • {{envgroup_id}}/attachments/{{name}}

  • {{envgroup_id}}/{{name}} When using the pulumi import command, EnvgroupAttachment can be imported using one of the formats above. For example:

$ pulumi import gcp:apigee/envGroupAttachment:EnvGroupAttachment default {{envgroup_id}}/attachments/{{name}}
$ pulumi import gcp:apigee/envGroupAttachment:EnvGroupAttachment default {{envgroup_id}}/{{name}}

Properties

Link copied to clipboard
val envgroupId: Output<String>

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

Link copied to clipboard
val environment: Output<String>

The resource ID of the environment.

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

The name of the newly created attachment (output parameter).

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