| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.SecurityHub.SecurityControl
Documentation
data ParameterValueProperty Source #
Constructors
| ParameterValueProperty | |
Instances
data ParameterConfigurationProperty Source #
Constructors
| ParameterConfigurationProperty | |
Fields
| |
Instances
| ToJSON ParameterConfigurationProperty Source # | |||||
| Show ParameterConfigurationProperty Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl.ParameterConfigurationProperty Methods showsPrec :: Int -> ParameterConfigurationProperty -> ShowS # show :: ParameterConfigurationProperty -> String # showList :: [ParameterConfigurationProperty] -> ShowS # | |||||
| Eq ParameterConfigurationProperty Source # | |||||
| ToResourceProperties ParameterConfigurationProperty Source # | |||||
| Property "Value" ParameterConfigurationProperty Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl.ParameterConfigurationProperty Associated Types
Methods set :: PropertyType "Value" ParameterConfigurationProperty -> ParameterConfigurationProperty -> ParameterConfigurationProperty # | |||||
| Property "ValueType" ParameterConfigurationProperty Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl.ParameterConfigurationProperty Associated Types
Methods set :: PropertyType "ValueType" ParameterConfigurationProperty -> ParameterConfigurationProperty -> ParameterConfigurationProperty # | |||||
| type PropertyType "Value" ParameterConfigurationProperty Source # | |||||
| type PropertyType "ValueType" ParameterConfigurationProperty Source # | |||||
data SecurityControl Source #
Constructors
| SecurityControl | |
Fields | |
Instances
| ToJSON SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl Methods toJSON :: SecurityControl -> Value # toEncoding :: SecurityControl -> Encoding # toJSONList :: [SecurityControl] -> Value # toEncodingList :: [SecurityControl] -> Encoding # omitField :: SecurityControl -> Bool # | |||||
| Show SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl Methods showsPrec :: Int -> SecurityControl -> ShowS # show :: SecurityControl -> String # showList :: [SecurityControl] -> ShowS # | |||||
| Eq SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl Methods (==) :: SecurityControl -> SecurityControl -> Bool # (/=) :: SecurityControl -> SecurityControl -> Bool # | |||||
| ToResourceProperties SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl Methods toResourceProperties :: SecurityControl -> ResourceProperties # | |||||
| Property "LastUpdateReason" SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl Associated Types
Methods set :: PropertyType "LastUpdateReason" SecurityControl -> SecurityControl -> SecurityControl # | |||||
| Property "Parameters" SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl Associated Types
Methods set :: PropertyType "Parameters" SecurityControl -> SecurityControl -> SecurityControl # | |||||
| Property "SecurityControlArn" SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl Associated Types
Methods set :: PropertyType "SecurityControlArn" SecurityControl -> SecurityControl -> SecurityControl # | |||||
| Property "SecurityControlId" SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl Associated Types
Methods set :: PropertyType "SecurityControlId" SecurityControl -> SecurityControl -> SecurityControl # | |||||
| type PropertyType "LastUpdateReason" SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl | |||||
| type PropertyType "Parameters" SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl | |||||
| type PropertyType "SecurityControlArn" SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl | |||||
| type PropertyType "SecurityControlId" SecurityControl Source # | |||||
Defined in Stratosphere.SecurityHub.SecurityControl | |||||