:doc:`StackResourceSummary <index>` / Attribute / module_info

***********
module_info
***********



.. py:attribute:: CloudFormation.StackResourceSummary.module_info

  

  - *(dict) --* 

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

    
    

    - **TypeHierarchy** *(string) --* 

      A concatenated list of the module type or types that contains the resource. Module types are listed starting with the inner-most nested module, and separated by ``/``.

       

      In the following example, the resource was created from a module of type ``AWS::First::Example::MODULE``, that's nested inside a parent module of type ``AWS::Second::Example::MODULE``.

       

      ``AWS::First::Example::MODULE/AWS::Second::Example::MODULE``

      
    

    - **LogicalIdHierarchy** *(string) --* 

      A concatenated list of the logical IDs of the module or modules that contains the resource. Modules are listed starting with the inner-most nested module, and separated by ``/``.

       

      In the following example, the resource was created from a module, ``moduleA``, that's nested inside a parent module, ``moduleB``.

       

      ``moduleA/moduleB``

       

      For more information, see `Reference module resources in CloudFormation templates <https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/module-ref-resources.html>`__ in the *CloudFormation User Guide*.

      
