:doc:`Stack <index>` / Attribute / tags

****
tags
****



.. py:attribute:: CloudFormation.Stack.tags

  

  - *(list) --* 

    A list of ``Tag``s that specify information about the stack.

    
    

    - *(dict) --* 

      The Tag type enables you to specify a key-value pair that can be used to store information about an CloudFormation stack.

      
      

      - **Key** *(string) --* 

        A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services have the reserved prefix: ``aws:``.

        
      

      - **Value** *(string) --* 

        A string that contains the value for this tag. You can specify a maximum of 256 characters for a tag value.

        
  
