ServiceAttachment
import type { ServiceAttachment } from "https://googleapis.deno.dev/v1/looker:v1.ts";
Service attachment configuration.
interface ServiceAttachment {
readonly connectionStatus?:
| "UNKNOWN"
| "ACCEPTED"
| "PENDING"
| "REJECTED"
| "NEEDS_ATTENTION"
| "CLOSED";
localFqdn?: string;
localFqdns?: string[];
targetServiceAttachmentUri?: string;
}§Properties
§
readonly connectionStatus?: "UNKNOWN" | "ACCEPTED" | "PENDING" | "REJECTED" | "NEEDS_ATTENTION" | "CLOSED"
[src]Output only. Connection status.
§
localFqdn?: string
[src]Optional. Fully qualified domain name that will be used in the private DNS record created for the service attachment.