StackResourceSummary class

Contains high-level information about the specified stack resource.

Constructors

StackResourceSummary({required DateTime lastUpdatedTimestamp, required String logicalResourceId, required ResourceStatus resourceStatus, required String resourceType, StackResourceDriftInformationSummary? driftInformation, ModuleInfo? moduleInfo, String? physicalResourceId, String? resourceStatusReason})
StackResourceSummary.fromXml(XmlElement elem)
factory

Properties

driftInformation StackResourceDriftInformationSummary?
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.
final
hashCode int
The hash code for this object.
no setterinherited
lastUpdatedTimestamp DateTime
Time the status was updated.
final
logicalResourceId String
The logical name of the resource specified in the template.
final
moduleInfo ModuleInfo?
Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.
final
physicalResourceId String?
The name or unique identifier that corresponds to a physical instance ID of the resource.
final
resourceStatus ResourceStatus
Current status of the resource.
final
resourceStatusReason String?
Success/failure message associated with the resource.
final
resourceType String
Type of resource. (For more information, go to AWS Resource Types Reference in the AWS CloudFormation User Guide.)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited