Stratosphere.SecurityHub.Hub
data Hub Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-autoenablecontrols
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-controlfindinggenerator
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-enabledefaultstandards
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-securityhub-hub.html#cfn-securityhub-hub-tags
Defined in Stratosphere.SecurityHub.Hub
Methods
toJSON :: Hub -> Value #
toEncoding :: Hub -> Encoding #
toJSONList :: [Hub] -> Value #
toEncodingList :: [Hub] -> Encoding #
omitField :: Hub -> Bool #
showsPrec :: Int -> Hub -> ShowS #
show :: Hub -> String #
showList :: [Hub] -> ShowS #
(==) :: Hub -> Hub -> Bool #
(/=) :: Hub -> Hub -> Bool #
toResourceProperties :: Hub -> ResourceProperties #
Associated Types
set :: PropertyType "AutoEnableControls" Hub -> Hub -> Hub #
set :: PropertyType "ControlFindingGenerator" Hub -> Hub -> Hub #
set :: PropertyType "EnableDefaultStandards" Hub -> Hub -> Hub #
set :: PropertyType "Tags" Hub -> Hub -> Hub #
mkHub :: Hub Source #