| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ImageBuilder.LifecyclePolicy.ExclusionRulesProperty
Documentation
data LastLaunchedProperty Source #
Constructors
| LastLaunchedProperty | |
Instances
data AmiExclusionRulesProperty Source #
Constructors
| AmiExclusionRulesProperty | |
Instances
| ToJSON AmiExclusionRulesProperty Source # | |||||
| Show AmiExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.AmiExclusionRulesProperty Methods showsPrec :: Int -> AmiExclusionRulesProperty -> ShowS # show :: AmiExclusionRulesProperty -> String # showList :: [AmiExclusionRulesProperty] -> ShowS # | |||||
| Eq AmiExclusionRulesProperty Source # | |||||
| ToResourceProperties AmiExclusionRulesProperty Source # | |||||
| Property "IsPublic" AmiExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.AmiExclusionRulesProperty Associated Types
Methods set :: PropertyType "IsPublic" AmiExclusionRulesProperty -> AmiExclusionRulesProperty -> AmiExclusionRulesProperty # | |||||
| Property "LastLaunched" AmiExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.AmiExclusionRulesProperty Associated Types
Methods set :: PropertyType "LastLaunched" AmiExclusionRulesProperty -> AmiExclusionRulesProperty -> AmiExclusionRulesProperty # | |||||
| Property "Regions" AmiExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.AmiExclusionRulesProperty Associated Types
Methods set :: PropertyType "Regions" AmiExclusionRulesProperty -> AmiExclusionRulesProperty -> AmiExclusionRulesProperty # | |||||
| Property "SharedAccounts" AmiExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.AmiExclusionRulesProperty Associated Types
Methods set :: PropertyType "SharedAccounts" AmiExclusionRulesProperty -> AmiExclusionRulesProperty -> AmiExclusionRulesProperty # | |||||
| Property "TagMap" AmiExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.AmiExclusionRulesProperty Associated Types
Methods set :: PropertyType "TagMap" AmiExclusionRulesProperty -> AmiExclusionRulesProperty -> AmiExclusionRulesProperty # | |||||
| type PropertyType "IsPublic" AmiExclusionRulesProperty Source # | |||||
| type PropertyType "LastLaunched" AmiExclusionRulesProperty Source # | |||||
| type PropertyType "Regions" AmiExclusionRulesProperty Source # | |||||
| type PropertyType "SharedAccounts" AmiExclusionRulesProperty Source # | |||||
| type PropertyType "TagMap" AmiExclusionRulesProperty Source # | |||||
data ExclusionRulesProperty Source #
Constructors
| ExclusionRulesProperty | |
Fields
| |
Instances
| ToJSON ExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.ExclusionRulesProperty Methods toJSON :: ExclusionRulesProperty -> Value # toEncoding :: ExclusionRulesProperty -> Encoding # toJSONList :: [ExclusionRulesProperty] -> Value # toEncodingList :: [ExclusionRulesProperty] -> Encoding # omitField :: ExclusionRulesProperty -> Bool # | |||||
| Show ExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.ExclusionRulesProperty Methods showsPrec :: Int -> ExclusionRulesProperty -> ShowS # show :: ExclusionRulesProperty -> String # showList :: [ExclusionRulesProperty] -> ShowS # | |||||
| Eq ExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.ExclusionRulesProperty Methods (==) :: ExclusionRulesProperty -> ExclusionRulesProperty -> Bool # (/=) :: ExclusionRulesProperty -> ExclusionRulesProperty -> Bool # | |||||
| ToResourceProperties ExclusionRulesProperty Source # | |||||
| Property "Amis" ExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.ExclusionRulesProperty Associated Types
Methods set :: PropertyType "Amis" ExclusionRulesProperty -> ExclusionRulesProperty -> ExclusionRulesProperty # | |||||
| Property "TagMap" ExclusionRulesProperty Source # | |||||
Defined in Stratosphere.ImageBuilder.LifecyclePolicy.ExclusionRulesProperty Associated Types
Methods set :: PropertyType "TagMap" ExclusionRulesProperty -> ExclusionRulesProperty -> ExclusionRulesProperty # | |||||
| type PropertyType "Amis" ExclusionRulesProperty Source # | |||||
| type PropertyType "TagMap" ExclusionRulesProperty Source # | |||||