Stratosphere.ResourceGroups.Group
module Stratosphere.ResourceGroups.Group.ConfigurationItemProperty
module Stratosphere.ResourceGroups.Group.ResourceQueryProperty
data Group Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-configuration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-name
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-resourcequery
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-resources
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-resourcegroups-group.html#cfn-resourcegroups-group-tags
Defined in Stratosphere.ResourceGroups.Group
Methods
toJSON :: Group -> Value #
toEncoding :: Group -> Encoding #
toJSONList :: [Group] -> Value #
toEncodingList :: [Group] -> Encoding #
omitField :: Group -> Bool #
showsPrec :: Int -> Group -> ShowS #
show :: Group -> String #
showList :: [Group] -> ShowS #
(==) :: Group -> Group -> Bool #
(/=) :: Group -> Group -> Bool #
toResourceProperties :: Group -> ResourceProperties #
Associated Types
set :: PropertyType "Configuration" Group -> Group -> Group #
set :: PropertyType "Description" Group -> Group -> Group #
set :: PropertyType "Name" Group -> Group -> Group #
set :: PropertyType "ResourceQuery" Group -> Group -> Group #
set :: PropertyType "Resources" Group -> Group -> Group #
set :: PropertyType "Tags" Group -> Group -> Group #
mkGroup :: Value Text -> Group Source #