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

CloudFormationStackRecord

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

Describes a CloudFormation stack record created as a result of the create cloud formation stack action.

A CloudFormation stack record provides information about the AWS CloudFormation stack used to create a new Amazon Elastic Compute Cloud instance from an exported Lightsail instance snapshot.

interface CloudFormationStackRecord {
arn?: string | null;
createdAt?: Date | number | null;
destinationInfo?: DestinationInfo | null;
location?: ResourceLocation | null;
name?: string | null;
resourceType?: ResourceType | null;
state?: RecordState | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the CloudFormation stack record.

§
createdAt?: Date | number | null
[src]

The date when the CloudFormation stack record was created.

§
destinationInfo?: DestinationInfo | null
[src]

A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource Name (ARN) of the AWS CloudFormation stack.

§
location?: ResourceLocation | null
[src]

A list of objects describing the Availability Zone and AWS Region of the CloudFormation stack record.

§
name?: string | null
[src]

The name of the CloudFormation stack record. It starts with CloudFormationStackRecord followed by a GUID.

§
resourceType?: ResourceType | null
[src]

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

§

A list of objects describing the source of the CloudFormation stack record.

§
state?: RecordState | null
[src]

The current state of the CloudFormation stack record.