Safe Haskell | None |
---|---|
Language | Haskell2010 |
You can use the AWS CloudFormation Resource Tags property to apply tags to resources, which can help you identify and categorize those resources. You can tag only resources for which AWS CloudFormation supports tagging. For information about which resources you can tag with AWS CloudFormation, see the individual resources in AWS Resource Types Reference. In addition to any tags you define, AWS CloudFormation automatically creates the following stack-level tags with the prefix aws:: All stack-level tags, including automatically created tags, are propagated to resources that AWS CloudFormation supports. Currently, tags are not propagated to Amazon EBS volumes that are created from block device mappings.
- data ResourceTag = ResourceTag {}
- resourceTag :: Val Text -> Val Text -> ResourceTag
- rtKey :: Lens' ResourceTag (Val Text)
- rtValue :: Lens' ResourceTag (Val Text)
Documentation
data ResourceTag Source
Full data type definition for ResourceTag. See resourceTag
for a more
convenient constructor.
Constructor for ResourceTag
containing required fields as arguments.