EnvGroupAttachmentArgs

data class EnvGroupAttachmentArgs(val envgroupId: Output<String>? = null, val environment: Output<String>? = null) : ConvertibleToJava<EnvGroupAttachmentArgs>

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

Constructors

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

Properties

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

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>? = null

The resource ID of the environment.

Functions

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