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

CloudFormationStackRecordSourceInfo

import type { CloudFormationStackRecordSourceInfo } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";

Describes the source of a CloudFormation stack record (i.e., the export snapshot record).

interface CloudFormationStackRecordSourceInfo {
arn?: string | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the export snapshot record.

§
name?: string | null
[src]

The name of the record.

§

The Lightsail resource type (e.g., ExportSnapshotRecord).