Env Group Attachment Args
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:
How-to Guides
Creating an environment {{% examples %}}
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}}
Content copied to clipboard
$ pulumi import gcp:apigee/envGroupAttachment:EnvGroupAttachment default {{envgroup_id}}/{{name}}
Content copied to clipboard