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 ChangeSourcefield. For example, if you modified the value of theKeyPairNameparameter, theCausingEntityis the name of the parameter (KeyPairName).final
- changeSource → ChangeSource?
- 
  The group to which the CausingEntityvalue 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 ResourceTargetDefinitionstructure 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