Endpoint Attachment Args
data class EndpointAttachmentArgs(val endpointAttachmentId: Output<String>? = null, val location: Output<String>? = null, val orgId: Output<String>? = null, val serviceAttachment: Output<String>? = null) : ConvertibleToJava<EndpointAttachmentArgs>
Apigee Endpoint Attachment. To get more information about EndpointAttachment, see:
How-to Guides
Import
EndpointAttachment can be imported using any of these accepted formats:
{{org_id}}/endpointAttachments/{{endpoint_attachment_id}}
{{org_id}}/{{endpoint_attachment_id}}
When using thepulumi import
command, EndpointAttachment can be imported using one of the formats above. For example:
$ pulumi import gcp:apigee/endpointAttachment:EndpointAttachment default {{org_id}}/endpointAttachments/{{endpoint_attachment_id}}
Content copied to clipboard
$ pulumi import gcp:apigee/endpointAttachment:EndpointAttachment default {{org_id}}/{{endpoint_attachment_id}}
Content copied to clipboard