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