Stratosphere.Rbin.Rule
module Stratosphere.Rbin.Rule.ResourceTagProperty
module Stratosphere.Rbin.Rule.RetentionPeriodProperty
module Stratosphere.Rbin.Rule.UnlockDelayProperty
data Rule Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rbin-rule.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rbin-rule.html#cfn-rbin-rule-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rbin-rule.html#cfn-rbin-rule-excluderesourcetags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rbin-rule.html#cfn-rbin-rule-lockconfiguration
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rbin-rule.html#cfn-rbin-rule-resourcetags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rbin-rule.html#cfn-rbin-rule-resourcetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rbin-rule.html#cfn-rbin-rule-retentionperiod
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rbin-rule.html#cfn-rbin-rule-status
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-rbin-rule.html#cfn-rbin-rule-tags
Defined in Stratosphere.Rbin.Rule
Methods
toJSON :: Rule -> Value #
toEncoding :: Rule -> Encoding #
toJSONList :: [Rule] -> Value #
toEncodingList :: [Rule] -> Encoding #
omitField :: Rule -> Bool #
showsPrec :: Int -> Rule -> ShowS #
show :: Rule -> String #
showList :: [Rule] -> ShowS #
(==) :: Rule -> Rule -> Bool #
(/=) :: Rule -> Rule -> Bool #
toResourceProperties :: Rule -> ResourceProperties #
Associated Types
set :: PropertyType "Description" Rule -> Rule -> Rule #
set :: PropertyType "ExcludeResourceTags" Rule -> Rule -> Rule #
set :: PropertyType "LockConfiguration" Rule -> Rule -> Rule #
set :: PropertyType "ResourceTags" Rule -> Rule -> Rule #
set :: PropertyType "ResourceType" Rule -> Rule -> Rule #
set :: PropertyType "RetentionPeriod" Rule -> Rule -> Rule #
set :: PropertyType "Status" Rule -> Rule -> Rule #
set :: PropertyType "Tags" Rule -> Rule -> Rule #
mkRule :: Value Text -> RetentionPeriodProperty -> Rule Source #