Endpoint Attachment Args
data class EndpointAttachmentArgs(val description: Output<String>? = null, val endpointAttachmentId: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val project: Output<String>? = null, val serviceAttachment: Output<String>? = null) : ConvertibleToJava<EndpointAttachmentArgs>
Creates a new EndpointAttachment in a given project and location. Auto-naming is currently not supported for this resource.