| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Greengrass.FunctionDefinitionVersion.DefaultConfigProperty
Documentation
data ExecutionProperty Source #
Constructors
| ExecutionProperty | |
Fields
| |
Instances
data RunAsProperty Source #
Constructors
| RunAsProperty | |
Instances
| ToJSON RunAsProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.RunAsProperty Methods toJSON :: RunAsProperty -> Value # toEncoding :: RunAsProperty -> Encoding # toJSONList :: [RunAsProperty] -> Value # toEncodingList :: [RunAsProperty] -> Encoding # omitField :: RunAsProperty -> Bool # | |||||
| Show RunAsProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.RunAsProperty Methods showsPrec :: Int -> RunAsProperty -> ShowS # show :: RunAsProperty -> String # showList :: [RunAsProperty] -> ShowS # | |||||
| Eq RunAsProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.RunAsProperty Methods (==) :: RunAsProperty -> RunAsProperty -> Bool # (/=) :: RunAsProperty -> RunAsProperty -> Bool # | |||||
| ToResourceProperties RunAsProperty Source # | |||||
| Property "Gid" RunAsProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.RunAsProperty Associated Types
Methods set :: PropertyType "Gid" RunAsProperty -> RunAsProperty -> RunAsProperty # | |||||
| Property "Uid" RunAsProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.RunAsProperty Associated Types
Methods set :: PropertyType "Uid" RunAsProperty -> RunAsProperty -> RunAsProperty # | |||||
| type PropertyType "Gid" RunAsProperty Source # | |||||
| type PropertyType "Uid" RunAsProperty Source # | |||||
data DefaultConfigProperty Source #
Constructors
| DefaultConfigProperty | |
Instances
| ToJSON DefaultConfigProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.DefaultConfigProperty Methods toJSON :: DefaultConfigProperty -> Value # toEncoding :: DefaultConfigProperty -> Encoding # toJSONList :: [DefaultConfigProperty] -> Value # toEncodingList :: [DefaultConfigProperty] -> Encoding # omitField :: DefaultConfigProperty -> Bool # | |||||
| Show DefaultConfigProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.DefaultConfigProperty Methods showsPrec :: Int -> DefaultConfigProperty -> ShowS # show :: DefaultConfigProperty -> String # showList :: [DefaultConfigProperty] -> ShowS # | |||||
| Eq DefaultConfigProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.DefaultConfigProperty Methods (==) :: DefaultConfigProperty -> DefaultConfigProperty -> Bool # (/=) :: DefaultConfigProperty -> DefaultConfigProperty -> Bool # | |||||
| ToResourceProperties DefaultConfigProperty Source # | |||||
| Property "Execution" DefaultConfigProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.DefaultConfigProperty Associated Types
Methods set :: PropertyType "Execution" DefaultConfigProperty -> DefaultConfigProperty -> DefaultConfigProperty # | |||||
| type PropertyType "Execution" DefaultConfigProperty Source # | |||||