CloudFormationStackRecord
public struct CloudFormationStackRecord : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The Amazon Resource Name (ARN) of the CloudFormation stack record.
Declaration
Swift
public let arn: String? -
The date when the CloudFormation stack record was created.
Declaration
Swift
public let createdAt: TimeStamp? -
A list of objects describing the destination service, which is AWS CloudFormation, and the Amazon Resource Name (ARN) of the AWS CloudFormation stack.
Declaration
Swift
public let destinationInfo: DestinationInfo? -
A list of objects describing the Availability Zone and AWS Region of the CloudFormation stack record.
Declaration
Swift
public let location: ResourceLocation? -
The name of the CloudFormation stack record. It starts with CloudFormationStackRecord followed by a GUID.
Declaration
Swift
public let name: String? -
The Lightsail resource type (e.g., CloudFormationStackRecord).
Declaration
Swift
public let resourceType: ResourceType? -
A list of objects describing the source of the CloudFormation stack record.
Declaration
Swift
public let sourceInfo: [CloudFormationStackRecordSourceInfo]? -
The current state of the CloudFormation stack record.
Declaration
Swift
public let state: RecordState? -
Undocumented
Declaration
Swift
public init(arn: String? = nil, createdAt: TimeStamp? = nil, destinationInfo: DestinationInfo? = nil, location: ResourceLocation? = nil, name: String? = nil, resourceType: ResourceType? = nil, sourceInfo: [CloudFormationStackRecordSourceInfo]? = nil, state: RecordState? = nil)
View on GitHub
CloudFormationStackRecord Structure Reference