| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Config.ConfigurationRecorder
Documentation
data RecordingGroupProperty Source #
Constructors
| RecordingGroupProperty | |
Instances
data ExclusionByResourceTypesProperty Source #
Constructors
| ExclusionByResourceTypesProperty | |
Instances
| ToJSON ExclusionByResourceTypesProperty Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder.ExclusionByResourceTypesProperty | |||||
| Show ExclusionByResourceTypesProperty Source # | |||||
| Eq ExclusionByResourceTypesProperty Source # | |||||
| ToResourceProperties ExclusionByResourceTypesProperty Source # | |||||
| Property "ResourceTypes" ExclusionByResourceTypesProperty Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder.ExclusionByResourceTypesProperty Associated Types
Methods set :: PropertyType "ResourceTypes" ExclusionByResourceTypesProperty -> ExclusionByResourceTypesProperty -> ExclusionByResourceTypesProperty # | |||||
| type PropertyType "ResourceTypes" ExclusionByResourceTypesProperty Source # | |||||
data RecordingStrategyProperty Source #
Constructors
| RecordingStrategyProperty | |
Fields
| |
Instances
| ToJSON RecordingStrategyProperty Source # | |||||
| Show RecordingStrategyProperty Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder.RecordingStrategyProperty Methods showsPrec :: Int -> RecordingStrategyProperty -> ShowS # show :: RecordingStrategyProperty -> String # showList :: [RecordingStrategyProperty] -> ShowS # | |||||
| Eq RecordingStrategyProperty Source # | |||||
| ToResourceProperties RecordingStrategyProperty Source # | |||||
| Property "UseOnly" RecordingStrategyProperty Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder.RecordingStrategyProperty Associated Types
Methods set :: PropertyType "UseOnly" RecordingStrategyProperty -> RecordingStrategyProperty -> RecordingStrategyProperty # | |||||
| type PropertyType "UseOnly" RecordingStrategyProperty Source # | |||||
data ConfigurationRecorder Source #
Constructors
| ConfigurationRecorder | |
Fields | |
Instances
| ToJSON ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder Methods toJSON :: ConfigurationRecorder -> Value # toEncoding :: ConfigurationRecorder -> Encoding # toJSONList :: [ConfigurationRecorder] -> Value # toEncodingList :: [ConfigurationRecorder] -> Encoding # omitField :: ConfigurationRecorder -> Bool # | |||||
| Show ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder Methods showsPrec :: Int -> ConfigurationRecorder -> ShowS # show :: ConfigurationRecorder -> String # showList :: [ConfigurationRecorder] -> ShowS # | |||||
| Eq ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder Methods (==) :: ConfigurationRecorder -> ConfigurationRecorder -> Bool # (/=) :: ConfigurationRecorder -> ConfigurationRecorder -> Bool # | |||||
| ToResourceProperties ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder Methods toResourceProperties :: ConfigurationRecorder -> ResourceProperties # | |||||
| Property "Name" ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder Associated Types
Methods set :: PropertyType "Name" ConfigurationRecorder -> ConfigurationRecorder -> ConfigurationRecorder # | |||||
| Property "RecordingGroup" ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder Associated Types
Methods set :: PropertyType "RecordingGroup" ConfigurationRecorder -> ConfigurationRecorder -> ConfigurationRecorder # | |||||
| Property "RecordingMode" ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder Associated Types
Methods set :: PropertyType "RecordingMode" ConfigurationRecorder -> ConfigurationRecorder -> ConfigurationRecorder # | |||||
| Property "RoleARN" ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder Associated Types
Methods set :: PropertyType "RoleARN" ConfigurationRecorder -> ConfigurationRecorder -> ConfigurationRecorder # | |||||
| type PropertyType "Name" ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder | |||||
| type PropertyType "RecordingGroup" ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder | |||||
| type PropertyType "RecordingMode" ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder | |||||
| type PropertyType "RoleARN" ConfigurationRecorder Source # | |||||
Defined in Stratosphere.Config.ConfigurationRecorder | |||||