StackResourceDetail class
Contains detailed information about the specified stack resource.
Constructors
- StackResourceDetail({required DateTime lastUpdatedTimestamp, required String logicalResourceId, required ResourceStatus resourceStatus, required String resourceType, String? description, StackResourceDriftInformation? driftInformation, String? metadata, ModuleInfo? moduleInfo, String? physicalResourceId, String? resourceStatusReason, String? stackId, String? stackName})
- StackResourceDetail.fromXml(XmlElement elem)
-
factory
Properties
- description → String?
-
User defined description associated with the resource.
final
- driftInformation → StackResourceDriftInformation?
-
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
- metadata → String?
-
The content of the
Metadata
attribute declared for the resource. For more information, see Metadata Attribute in the AWS CloudFormation User Guide.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
a resource supported by AWS CloudFormation.
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
- stackId → String?
-
Unique identifier of the stack.
final
- stackName → String?
-
The name associated with the stack.
final
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