ResourceChangeDetail class
For a resource with Modify
as the action, the
ResourceChange
structure describes the changes AWS
CloudFormation will make to that resource.
Constructors
- ResourceChangeDetail({String? causingEntity, ChangeSource? changeSource, EvaluationType? evaluation, ResourceTargetDefinition? target})
- ResourceChangeDetail.fromXml(XmlElement elem)
-
factory
Properties
- causingEntity → String?
-
The identity of the entity that triggered this change. This entity is a
member of the group that is specified by the
ChangeSource
field. For example, if you modified the value of theKeyPairName
parameter, theCausingEntity
is the name of the parameter (KeyPairName
).final - changeSource → ChangeSource?
-
The group to which the
CausingEntity
value belongs. There are five entity groups:final - evaluation → EvaluationType?
-
Indicates whether AWS CloudFormation can determine the target value, and
whether the target value will change before you execute a change set.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- target → ResourceTargetDefinition?
-
A
ResourceTargetDefinition
structure that describes the field that AWS CloudFormation will change and whether the resource will be recreated.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