stratosphere-securityhub-1.0.0: Stratosphere integration for AWS SecurityHub.
Safe HaskellNone
LanguageHaskell2010

Stratosphere.SecurityHub.Hub

Documentation

data Hub Source #

Instances

Instances details
ToJSON Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

Show Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

Methods

showsPrec :: Int -> Hub -> ShowS #

show :: Hub -> String #

showList :: [Hub] -> ShowS #

Eq Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

Methods

(==) :: Hub -> Hub -> Bool #

(/=) :: Hub -> Hub -> Bool #

ToResourceProperties Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

Property "AutoEnableControls" Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

Associated Types

type PropertyType "AutoEnableControls" Hub 
Instance details

Defined in Stratosphere.SecurityHub.Hub

type PropertyType "AutoEnableControls" Hub = Value Bool

Methods

set :: PropertyType "AutoEnableControls" Hub -> Hub -> Hub #

Property "ControlFindingGenerator" Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

Associated Types

type PropertyType "ControlFindingGenerator" Hub 
Instance details

Defined in Stratosphere.SecurityHub.Hub

type PropertyType "ControlFindingGenerator" Hub = Value Text

Methods

set :: PropertyType "ControlFindingGenerator" Hub -> Hub -> Hub #

Property "EnableDefaultStandards" Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

Associated Types

type PropertyType "EnableDefaultStandards" Hub 
Instance details

Defined in Stratosphere.SecurityHub.Hub

type PropertyType "EnableDefaultStandards" Hub = Value Bool

Methods

set :: PropertyType "EnableDefaultStandards" Hub -> Hub -> Hub #

Property "Tags" Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

Associated Types

type PropertyType "Tags" Hub 
Instance details

Defined in Stratosphere.SecurityHub.Hub

type PropertyType "Tags" Hub = Map Text (Value Text)

Methods

set :: PropertyType "Tags" Hub -> Hub -> Hub #

type PropertyType "AutoEnableControls" Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

type PropertyType "AutoEnableControls" Hub = Value Bool
type PropertyType "ControlFindingGenerator" Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

type PropertyType "ControlFindingGenerator" Hub = Value Text
type PropertyType "EnableDefaultStandards" Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

type PropertyType "EnableDefaultStandards" Hub = Value Bool
type PropertyType "Tags" Hub Source # 
Instance details

Defined in Stratosphere.SecurityHub.Hub

type PropertyType "Tags" Hub = Map Text (Value Text)