module Stratosphere.CloudWatch.InsightRule.TagsProperty (
        TagsProperty
    ) where
import Stratosphere.Tag
type TagsProperty = [Tag]