Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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.

§
localFqdns?: string[]
[src]

Optional. List of fully qualified domain names that will be used in the private DNS record created for the service attachment.

§
targetServiceAttachmentUri?: string
[src]

Required. URI of the service attachment to connect to. Format: projects/{project}/regions/{region}/serviceAttachments/{service_attachment}