AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.Lightsail.Model.CloudFormationStackRecord

Namespace: Amazon.Lightsail.Model
Assembly: AWSSDK.Lightsail.dll
Version: 3.x.y.z

Syntax

C#
public class CloudFormationStackRecord

The CloudFormationStackRecord type exposes the following members

Constructors

NameDescription
Public Method CloudFormationStackRecord()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

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

Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date when the CloudFormation stack record was created.

Public Property DestinationInfo Amazon.Lightsail.Model.DestinationInfo

Gets and sets the property DestinationInfo.

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

Public Property Location Amazon.Lightsail.Model.ResourceLocation

Gets and sets the property Location.

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

Public Property Name System.String

Gets and sets the property Name.

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

Public Property ResourceType Amazon.Lightsail.ResourceType

Gets and sets the property ResourceType.

The Lightsail resource type (CloudFormationStackRecord).

Public Property SourceInfo System.Collections.Generic.List<Amazon.Lightsail.Model.CloudFormationStackRecordSourceInfo>

Gets and sets the property SourceInfo.

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

Public Property State Amazon.Lightsail.RecordState

Gets and sets the property State.

The current state of the CloudFormation stack record.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5