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
Example Usage
Import
EnvgroupAttachment can be imported using any of these accepted formats:
{{envgroup_id}}/attachments/{{name}}{{envgroup_id}}/{{name}}When using thepulumi importcommand, EnvgroupAttachment can be imported using one of the formats above. For example:
$ 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