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

{{% /examples %}}

Import

EnvgroupAttachment can be imported using any of these accepted formats

$ 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
fun EnvGroupAttachmentArgs(envgroupId: Output<String>? = null, environment: Output<String>? = null)

Functions

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

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.