| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.InspectorV2.CisScanConfiguration
Documentation
data MonthlyScheduleProperty Source #
Constructors
| MonthlyScheduleProperty | |
Fields
| |
Instances
data TimeProperty Source #
Constructors
| TimeProperty | |
Instances
| ToJSON TimeProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.TimeProperty Methods toJSON :: TimeProperty -> Value # toEncoding :: TimeProperty -> Encoding # toJSONList :: [TimeProperty] -> Value # toEncodingList :: [TimeProperty] -> Encoding # omitField :: TimeProperty -> Bool # | |||||
| Show TimeProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.TimeProperty Methods showsPrec :: Int -> TimeProperty -> ShowS # show :: TimeProperty -> String # showList :: [TimeProperty] -> ShowS # | |||||
| Eq TimeProperty Source # | |||||
| ToResourceProperties TimeProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.TimeProperty Methods toResourceProperties :: TimeProperty -> ResourceProperties # | |||||
| Property "TimeOfDay" TimeProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.TimeProperty Associated Types
Methods set :: PropertyType "TimeOfDay" TimeProperty -> TimeProperty -> TimeProperty # | |||||
| Property "TimeZone" TimeProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.TimeProperty Associated Types
Methods set :: PropertyType "TimeZone" TimeProperty -> TimeProperty -> TimeProperty # | |||||
| type PropertyType "TimeOfDay" TimeProperty Source # | |||||
| type PropertyType "TimeZone" TimeProperty Source # | |||||
data ScheduleProperty Source #
Constructors
| ScheduleProperty | |
Fields | |
Instances
| ToJSON ScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.ScheduleProperty Methods toJSON :: ScheduleProperty -> Value # toEncoding :: ScheduleProperty -> Encoding # toJSONList :: [ScheduleProperty] -> Value # toEncodingList :: [ScheduleProperty] -> Encoding # omitField :: ScheduleProperty -> Bool # | |||||
| Show ScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.ScheduleProperty Methods showsPrec :: Int -> ScheduleProperty -> ShowS # show :: ScheduleProperty -> String # showList :: [ScheduleProperty] -> ShowS # | |||||
| Eq ScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.ScheduleProperty Methods (==) :: ScheduleProperty -> ScheduleProperty -> Bool # (/=) :: ScheduleProperty -> ScheduleProperty -> Bool # | |||||
| ToResourceProperties ScheduleProperty Source # | |||||
| Property "Daily" ScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.ScheduleProperty Associated Types
Methods set :: PropertyType "Daily" ScheduleProperty -> ScheduleProperty -> ScheduleProperty # | |||||
| Property "Monthly" ScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.ScheduleProperty Associated Types
Methods set :: PropertyType "Monthly" ScheduleProperty -> ScheduleProperty -> ScheduleProperty # | |||||
| Property "OneTime" ScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.ScheduleProperty Associated Types
Methods set :: PropertyType "OneTime" ScheduleProperty -> ScheduleProperty -> ScheduleProperty # | |||||
| Property "Weekly" ScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.ScheduleProperty Associated Types
Methods set :: PropertyType "Weekly" ScheduleProperty -> ScheduleProperty -> ScheduleProperty # | |||||
| type PropertyType "Daily" ScheduleProperty Source # | |||||
| type PropertyType "Monthly" ScheduleProperty Source # | |||||
| type PropertyType "OneTime" ScheduleProperty Source # | |||||
| type PropertyType "Weekly" ScheduleProperty Source # | |||||
data DailyScheduleProperty Source #
Constructors
| DailyScheduleProperty | |
Fields
| |
Instances
| ToJSON DailyScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.DailyScheduleProperty Methods toJSON :: DailyScheduleProperty -> Value # toEncoding :: DailyScheduleProperty -> Encoding # toJSONList :: [DailyScheduleProperty] -> Value # toEncodingList :: [DailyScheduleProperty] -> Encoding # omitField :: DailyScheduleProperty -> Bool # | |||||
| Show DailyScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.DailyScheduleProperty Methods showsPrec :: Int -> DailyScheduleProperty -> ShowS # show :: DailyScheduleProperty -> String # showList :: [DailyScheduleProperty] -> ShowS # | |||||
| Eq DailyScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.DailyScheduleProperty Methods (==) :: DailyScheduleProperty -> DailyScheduleProperty -> Bool # (/=) :: DailyScheduleProperty -> DailyScheduleProperty -> Bool # | |||||
| ToResourceProperties DailyScheduleProperty Source # | |||||
| Property "StartTime" DailyScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.DailyScheduleProperty Associated Types
Methods set :: PropertyType "StartTime" DailyScheduleProperty -> DailyScheduleProperty -> DailyScheduleProperty # | |||||
| type PropertyType "StartTime" DailyScheduleProperty Source # | |||||
data WeeklyScheduleProperty Source #
Constructors
| WeeklyScheduleProperty | |
Fields
| |
Instances
| ToJSON WeeklyScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.WeeklyScheduleProperty Methods toJSON :: WeeklyScheduleProperty -> Value # toEncoding :: WeeklyScheduleProperty -> Encoding # toJSONList :: [WeeklyScheduleProperty] -> Value # toEncodingList :: [WeeklyScheduleProperty] -> Encoding # omitField :: WeeklyScheduleProperty -> Bool # | |||||
| Show WeeklyScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.WeeklyScheduleProperty Methods showsPrec :: Int -> WeeklyScheduleProperty -> ShowS # show :: WeeklyScheduleProperty -> String # showList :: [WeeklyScheduleProperty] -> ShowS # | |||||
| Eq WeeklyScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.WeeklyScheduleProperty Methods (==) :: WeeklyScheduleProperty -> WeeklyScheduleProperty -> Bool # (/=) :: WeeklyScheduleProperty -> WeeklyScheduleProperty -> Bool # | |||||
| ToResourceProperties WeeklyScheduleProperty Source # | |||||
| Property "Days" WeeklyScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.WeeklyScheduleProperty Associated Types
Methods set :: PropertyType "Days" WeeklyScheduleProperty -> WeeklyScheduleProperty -> WeeklyScheduleProperty # | |||||
| Property "StartTime" WeeklyScheduleProperty Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration.WeeklyScheduleProperty Associated Types
Methods set :: PropertyType "StartTime" WeeklyScheduleProperty -> WeeklyScheduleProperty -> WeeklyScheduleProperty # | |||||
| type PropertyType "Days" WeeklyScheduleProperty Source # | |||||
| type PropertyType "StartTime" WeeklyScheduleProperty Source # | |||||
mkTimeProperty :: Value Text -> Value Text -> TimeProperty Source #
data CisScanConfiguration Source #
Constructors
| CisScanConfiguration | |
Fields
| |
Instances
| ToJSON CisScanConfiguration Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration Methods toJSON :: CisScanConfiguration -> Value # toEncoding :: CisScanConfiguration -> Encoding # toJSONList :: [CisScanConfiguration] -> Value # toEncodingList :: [CisScanConfiguration] -> Encoding # omitField :: CisScanConfiguration -> Bool # | |||||
| Show CisScanConfiguration Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration Methods showsPrec :: Int -> CisScanConfiguration -> ShowS # show :: CisScanConfiguration -> String # showList :: [CisScanConfiguration] -> ShowS # | |||||
| Eq CisScanConfiguration Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration Methods (==) :: CisScanConfiguration -> CisScanConfiguration -> Bool # (/=) :: CisScanConfiguration -> CisScanConfiguration -> Bool # | |||||
| ToResourceProperties CisScanConfiguration Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration Methods toResourceProperties :: CisScanConfiguration -> ResourceProperties # | |||||
| Property "ScanName" CisScanConfiguration Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration Associated Types
Methods set :: PropertyType "ScanName" CisScanConfiguration -> CisScanConfiguration -> CisScanConfiguration # | |||||
| Property "Schedule" CisScanConfiguration Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration Associated Types
Methods set :: PropertyType "Schedule" CisScanConfiguration -> CisScanConfiguration -> CisScanConfiguration # | |||||
| Property "SecurityLevel" CisScanConfiguration Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration Associated Types
Methods set :: PropertyType "SecurityLevel" CisScanConfiguration -> CisScanConfiguration -> CisScanConfiguration # | |||||
| Property "Tags" CisScanConfiguration Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration Associated Types
Methods set :: PropertyType "Tags" CisScanConfiguration -> CisScanConfiguration -> CisScanConfiguration # | |||||
| Property "Targets" CisScanConfiguration Source # | |||||
Defined in Stratosphere.InspectorV2.CisScanConfiguration Associated Types
Methods set :: PropertyType "Targets" CisScanConfiguration -> CisScanConfiguration -> CisScanConfiguration # | |||||
| type PropertyType "ScanName" CisScanConfiguration Source # | |||||
| type PropertyType "Schedule" CisScanConfiguration Source # | |||||
| type PropertyType "SecurityLevel" CisScanConfiguration Source # | |||||
| type PropertyType "Tags" CisScanConfiguration Source # | |||||
| type PropertyType "Targets" CisScanConfiguration Source # | |||||