Stratosphere.CloudFormation.GuardHook
module Stratosphere.CloudFormation.GuardHook.OptionsProperty
module Stratosphere.CloudFormation.GuardHook.S3LocationProperty
module Stratosphere.CloudFormation.GuardHook.StackFiltersProperty
module Stratosphere.CloudFormation.GuardHook.TargetFiltersProperty
data GuardHook Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-alias
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-executionrole
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-failuremode
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-hookstatus
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-logbucket
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-options
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-rulelocation
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-stackfilters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-targetfilters
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudformation-guardhook.html#cfn-cloudformation-guardhook-targetoperations
Defined in Stratosphere.CloudFormation.GuardHook
Methods
toJSON :: GuardHook -> Value #
toEncoding :: GuardHook -> Encoding #
toJSONList :: [GuardHook] -> Value #
toEncodingList :: [GuardHook] -> Encoding #
omitField :: GuardHook -> Bool #
showsPrec :: Int -> GuardHook -> ShowS #
show :: GuardHook -> String #
showList :: [GuardHook] -> ShowS #
(==) :: GuardHook -> GuardHook -> Bool #
(/=) :: GuardHook -> GuardHook -> Bool #
toResourceProperties :: GuardHook -> ResourceProperties #
Associated Types
set :: PropertyType "Alias" GuardHook -> GuardHook -> GuardHook #
set :: PropertyType "ExecutionRole" GuardHook -> GuardHook -> GuardHook #
set :: PropertyType "FailureMode" GuardHook -> GuardHook -> GuardHook #
set :: PropertyType "HookStatus" GuardHook -> GuardHook -> GuardHook #
set :: PropertyType "LogBucket" GuardHook -> GuardHook -> GuardHook #
set :: PropertyType "Options" GuardHook -> GuardHook -> GuardHook #
set :: PropertyType "RuleLocation" GuardHook -> GuardHook -> GuardHook #
set :: PropertyType "StackFilters" GuardHook -> GuardHook -> GuardHook #
set :: PropertyType "TargetFilters" GuardHook -> GuardHook -> GuardHook #
set :: PropertyType "TargetOperations" GuardHook -> GuardHook -> GuardHook #
mkGuardHook :: Value Text -> Value Text -> Value Text -> Value Text -> S3LocationProperty -> ValueList Text -> GuardHook Source #