StackResourceSummary
public struct StackResourceSummary : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about whether the resource’s actual configuration differs, or has drifted, from its expected configuration, as defined in the stack template and any values specified as template parameters. For more information, see Detecting Unregulated Configuration Changes to Stacks and Resources.
Declaration
Swift
public let driftInformation: StackResourceDriftInformationSummary?
-
Time the status was updated.
Declaration
Swift
public let lastUpdatedTimestamp: TimeStamp
-
The logical name of the resource specified in the template.
Declaration
Swift
public let logicalResourceId: String
-
The name or unique identifier that corresponds to a physical instance ID of the resource.
Declaration
Swift
public let physicalResourceId: String?
-
Current status of the resource.
Declaration
Swift
public let resourceStatus: ResourceStatus
-
Success/failure message associated with the resource.
Declaration
Swift
public let resourceStatusReason: String?
-
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
Declaration
Swift
public let resourceType: String
-
init(driftInformation:lastUpdatedTimestamp:logicalResourceId:physicalResourceId:resourceStatus:resourceStatusReason:resourceType:)
Undocumented
Declaration
Swift
public init(driftInformation: StackResourceDriftInformationSummary? = nil, lastUpdatedTimestamp: TimeStamp, logicalResourceId: String, physicalResourceId: String? = nil, resourceStatus: ResourceStatus, resourceStatusReason: String? = nil, resourceType: String)