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

Relationship

import type { Relationship } from "https://aws-api.deno.dev/v0.4/services/configservice.ts?docs=full";

The relationship of the related resource to the main resource.

interface Relationship {
relationshipName?: string | null;
resourceId?: string | null;
resourceName?: string | null;
resourceType?: ResourceType | null;
}

§Properties

§
relationshipName?: string | null
[src]

The type of relationship with the related resource.

§
resourceId?: string | null
[src]

The ID of the related resource (for example, sg-xxxxxx).

§
resourceName?: string | null
[src]

The custom name of the related resource, if available.

§
resourceType?: ResourceType | null
[src]

The resource type of the related resource.