| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.AppRunner.Service.ImageRepositoryProperty
Documentation
data KeyValuePairProperty Source #
Constructors
| KeyValuePairProperty | |
Instances
data ImageConfigurationProperty Source #
Constructors
| ImageConfigurationProperty | |
Fields | |
Instances
| ToJSON ImageConfigurationProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageConfigurationProperty Methods toJSON :: ImageConfigurationProperty -> Value # toEncoding :: ImageConfigurationProperty -> Encoding # toJSONList :: [ImageConfigurationProperty] -> Value # toEncodingList :: [ImageConfigurationProperty] -> Encoding # | |||||
| Show ImageConfigurationProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageConfigurationProperty Methods showsPrec :: Int -> ImageConfigurationProperty -> ShowS # show :: ImageConfigurationProperty -> String # showList :: [ImageConfigurationProperty] -> ShowS # | |||||
| Eq ImageConfigurationProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageConfigurationProperty Methods (==) :: ImageConfigurationProperty -> ImageConfigurationProperty -> Bool # (/=) :: ImageConfigurationProperty -> ImageConfigurationProperty -> Bool # | |||||
| ToResourceProperties ImageConfigurationProperty Source # | |||||
| Property "Port" ImageConfigurationProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageConfigurationProperty Associated Types
Methods set :: PropertyType "Port" ImageConfigurationProperty -> ImageConfigurationProperty -> ImageConfigurationProperty # | |||||
| Property "RuntimeEnvironmentSecrets" ImageConfigurationProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageConfigurationProperty Associated Types
Methods set :: PropertyType "RuntimeEnvironmentSecrets" ImageConfigurationProperty -> ImageConfigurationProperty -> ImageConfigurationProperty # | |||||
| Property "RuntimeEnvironmentVariables" ImageConfigurationProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageConfigurationProperty Associated Types
Methods set :: PropertyType "RuntimeEnvironmentVariables" ImageConfigurationProperty -> ImageConfigurationProperty -> ImageConfigurationProperty # | |||||
| Property "StartCommand" ImageConfigurationProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageConfigurationProperty Associated Types
Methods set :: PropertyType "StartCommand" ImageConfigurationProperty -> ImageConfigurationProperty -> ImageConfigurationProperty # | |||||
| type PropertyType "Port" ImageConfigurationProperty Source # | |||||
| type PropertyType "RuntimeEnvironmentSecrets" ImageConfigurationProperty Source # | |||||
| type PropertyType "RuntimeEnvironmentVariables" ImageConfigurationProperty Source # | |||||
| type PropertyType "StartCommand" ImageConfigurationProperty Source # | |||||
data ImageRepositoryProperty Source #
Constructors
| ImageRepositoryProperty | |
Fields | |
Instances
| ToJSON ImageRepositoryProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageRepositoryProperty Methods toJSON :: ImageRepositoryProperty -> Value # toEncoding :: ImageRepositoryProperty -> Encoding # toJSONList :: [ImageRepositoryProperty] -> Value # | |||||
| Show ImageRepositoryProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageRepositoryProperty Methods showsPrec :: Int -> ImageRepositoryProperty -> ShowS # show :: ImageRepositoryProperty -> String # showList :: [ImageRepositoryProperty] -> ShowS # | |||||
| Eq ImageRepositoryProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageRepositoryProperty Methods (==) :: ImageRepositoryProperty -> ImageRepositoryProperty -> Bool # (/=) :: ImageRepositoryProperty -> ImageRepositoryProperty -> Bool # | |||||
| ToResourceProperties ImageRepositoryProperty Source # | |||||
| Property "ImageConfiguration" ImageRepositoryProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageRepositoryProperty Associated Types
Methods set :: PropertyType "ImageConfiguration" ImageRepositoryProperty -> ImageRepositoryProperty -> ImageRepositoryProperty # | |||||
| Property "ImageIdentifier" ImageRepositoryProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageRepositoryProperty Associated Types
Methods set :: PropertyType "ImageIdentifier" ImageRepositoryProperty -> ImageRepositoryProperty -> ImageRepositoryProperty # | |||||
| Property "ImageRepositoryType" ImageRepositoryProperty Source # | |||||
Defined in Stratosphere.AppRunner.Service.ImageRepositoryProperty Associated Types
Methods set :: PropertyType "ImageRepositoryType" ImageRepositoryProperty -> ImageRepositoryProperty -> ImageRepositoryProperty # | |||||
| type PropertyType "ImageConfiguration" ImageRepositoryProperty Source # | |||||
| type PropertyType "ImageIdentifier" ImageRepositoryProperty Source # | |||||
| type PropertyType "ImageRepositoryType" ImageRepositoryProperty Source # | |||||