CloudFormationStackRecord

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

The date when the CloudFormation stack record was created.

Link copied to clipboard

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

Link copied to clipboard

A list of objects describing the Availability Zone and Amazon Web Services Region of the CloudFormation stack record.

Link copied to clipboard
val name: String?

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

Link copied to clipboard

The Lightsail resource type (CloudFormationStackRecord).

Link copied to clipboard

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

Link copied to clipboard

The current state of the CloudFormation stack record.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String