ResourceChange class
Information about a resource change that will occur when a plan is executed.
Constructors
-
ResourceChange({ChangeAction? action, List<
ResourceChangeDetail> ? details, String? logicalResourceId, String? physicalResourceId, Replacement? replacement, String? resourceType, List<ResourceAttribute> ? scope}) -
ResourceChange.fromJson(Map<
String, dynamic> json) -
factory
Properties
- action → ChangeAction?
-
The change action.
final
-
details
→ List<
ResourceChangeDetail> ? -
Information about the resource changes.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- logicalResourceId → String?
-
The ID of the resource, as defined in the CloudFormation template.
final
- physicalResourceId → String?
-
The ID of the resource, if it was already created.
final
- replacement → Replacement?
-
If the change type is
Modify
, indicates whether the existing resource is deleted and replaced with a new one.final - resourceType → String?
-
The type of resource.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scope
→ List<
ResourceAttribute> ? -
The change scope.
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