Instance Attachment Args
data class InstanceAttachmentArgs(val environment: Output<String>? = null, val instanceId: Output<String>? = null) : ConvertibleToJava<InstanceAttachmentArgs>
An Instance attachment
in Apigee. To get more information about InstanceAttachment, see:
How-to Guides
Creating an environment {{% examples %}}
Example Usage
{{% /examples %}}
Import
InstanceAttachment can be imported using any of these accepted formats
$ pulumi import gcp:apigee/instanceAttachment:InstanceAttachment default {{instance_id}}/attachments/{{name}}
Content copied to clipboard
$ pulumi import gcp:apigee/instanceAttachment:InstanceAttachment default {{instance_id}}/{{name}}
Content copied to clipboard