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