Stratosphere.FMS.Policy
module Stratosphere.FMS.Policy.IEMapProperty
module Stratosphere.FMS.Policy.PolicyTagProperty
module Stratosphere.FMS.Policy.ResourceTagProperty
module Stratosphere.FMS.Policy.SecurityServicePolicyDataProperty
data Policy Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-deleteallpolicyresources
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excludemap
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-excluderesourcetags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-includemap
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policydescription
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-policyname
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-remediationenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcesetids
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetaglogicaloperator
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetype
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcetypelist
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-resourcescleanup
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-securityservicepolicydata
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-fms-policy.html#cfn-fms-policy-tags
Defined in Stratosphere.FMS.Policy
Methods
toJSON :: Policy -> Value #
toEncoding :: Policy -> Encoding #
toJSONList :: [Policy] -> Value #
toEncodingList :: [Policy] -> Encoding #
omitField :: Policy -> Bool #
showsPrec :: Int -> Policy -> ShowS #
show :: Policy -> String #
showList :: [Policy] -> ShowS #
(==) :: Policy -> Policy -> Bool #
(/=) :: Policy -> Policy -> Bool #
toResourceProperties :: Policy -> ResourceProperties #
Associated Types
set :: PropertyType "DeleteAllPolicyResources" Policy -> Policy -> Policy #
set :: PropertyType "ExcludeMap" Policy -> Policy -> Policy #
set :: PropertyType "ExcludeResourceTags" Policy -> Policy -> Policy #
set :: PropertyType "IncludeMap" Policy -> Policy -> Policy #
set :: PropertyType "PolicyDescription" Policy -> Policy -> Policy #
set :: PropertyType "PolicyName" Policy -> Policy -> Policy #
set :: PropertyType "RemediationEnabled" Policy -> Policy -> Policy #
set :: PropertyType "ResourceSetIds" Policy -> Policy -> Policy #
set :: PropertyType "ResourceTagLogicalOperator" Policy -> Policy -> Policy #
set :: PropertyType "ResourceTags" Policy -> Policy -> Policy #
set :: PropertyType "ResourceType" Policy -> Policy -> Policy #
set :: PropertyType "ResourceTypeList" Policy -> Policy -> Policy #
set :: PropertyType "ResourcesCleanUp" Policy -> Policy -> Policy #
set :: PropertyType "SecurityServicePolicyData" Policy -> Policy -> Policy #
set :: PropertyType "Tags" Policy -> Policy -> Policy #
mkPolicy :: Value Bool -> Value Text -> Value Bool -> SecurityServicePolicyDataProperty -> Policy Source #