ModuleInfo class

Contains information about the module from which the resource was created, if the resource was created from a module included in the stack template.

For more information on modules, see Using modules to encapsulate and reuse resource configurations in the CloudFormation User Guide.

Constructors

ModuleInfo({String? logicalIdHierarchy, String? typeHierarchy})
ModuleInfo.fromXml(XmlElement elem)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
logicalIdHierarchy String?
A concantenated list of the logical IDs of the module or modules containing the resource. Modules are listed starting with the inner-most nested module, and separated by /.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
typeHierarchy String?
A concantenated list of the the module type or types containing the resource. Module types are listed starting with the inner-most nested module, and separated by /.
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