| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Greengrass.FunctionDefinitionVersion.FunctionConfigurationProperty
Documentation
data ExecutionProperty Source #
Constructors
| ExecutionProperty | |
Fields
| |
Instances
data EnvironmentProperty Source #
Constructors
| EnvironmentProperty | |
Fields | |
Instances
| ToJSON EnvironmentProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.EnvironmentProperty Methods toJSON :: EnvironmentProperty -> Value # toEncoding :: EnvironmentProperty -> Encoding # toJSONList :: [EnvironmentProperty] -> Value # toEncodingList :: [EnvironmentProperty] -> Encoding # omitField :: EnvironmentProperty -> Bool # | |||||
| Show EnvironmentProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.EnvironmentProperty Methods showsPrec :: Int -> EnvironmentProperty -> ShowS # show :: EnvironmentProperty -> String # showList :: [EnvironmentProperty] -> ShowS # | |||||
| Eq EnvironmentProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.EnvironmentProperty Methods (==) :: EnvironmentProperty -> EnvironmentProperty -> Bool # (/=) :: EnvironmentProperty -> EnvironmentProperty -> Bool # | |||||
| ToResourceProperties EnvironmentProperty Source # | |||||
| Property "AccessSysfs" EnvironmentProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.EnvironmentProperty Associated Types
Methods set :: PropertyType "AccessSysfs" EnvironmentProperty -> EnvironmentProperty -> EnvironmentProperty # | |||||
| Property "Execution" EnvironmentProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.EnvironmentProperty Associated Types
Methods set :: PropertyType "Execution" EnvironmentProperty -> EnvironmentProperty -> EnvironmentProperty # | |||||
| Property "ResourceAccessPolicies" EnvironmentProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.EnvironmentProperty Associated Types
Methods set :: PropertyType "ResourceAccessPolicies" EnvironmentProperty -> EnvironmentProperty -> EnvironmentProperty # | |||||
| Property "Variables" EnvironmentProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.EnvironmentProperty Associated Types
Methods set :: PropertyType "Variables" EnvironmentProperty -> EnvironmentProperty -> EnvironmentProperty # | |||||
| type PropertyType "AccessSysfs" EnvironmentProperty Source # | |||||
| type PropertyType "Execution" EnvironmentProperty Source # | |||||
| type PropertyType "ResourceAccessPolicies" EnvironmentProperty Source # | |||||
| type PropertyType "Variables" EnvironmentProperty Source # | |||||
data ResourceAccessPolicyProperty Source #
Constructors
| ResourceAccessPolicyProperty | |
Fields
| |
Instances
| ToJSON ResourceAccessPolicyProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.ResourceAccessPolicyProperty Methods toJSON :: ResourceAccessPolicyProperty -> Value # toEncoding :: ResourceAccessPolicyProperty -> Encoding # toJSONList :: [ResourceAccessPolicyProperty] -> Value # toEncodingList :: [ResourceAccessPolicyProperty] -> Encoding # | |||||
| Show ResourceAccessPolicyProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.ResourceAccessPolicyProperty Methods showsPrec :: Int -> ResourceAccessPolicyProperty -> ShowS # show :: ResourceAccessPolicyProperty -> String # showList :: [ResourceAccessPolicyProperty] -> ShowS # | |||||
| Eq ResourceAccessPolicyProperty Source # | |||||
| ToResourceProperties ResourceAccessPolicyProperty Source # | |||||
| Property "Permission" ResourceAccessPolicyProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.ResourceAccessPolicyProperty Associated Types
Methods set :: PropertyType "Permission" ResourceAccessPolicyProperty -> ResourceAccessPolicyProperty -> ResourceAccessPolicyProperty # | |||||
| Property "ResourceId" ResourceAccessPolicyProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.ResourceAccessPolicyProperty Associated Types
Methods set :: PropertyType "ResourceId" ResourceAccessPolicyProperty -> ResourceAccessPolicyProperty -> ResourceAccessPolicyProperty # | |||||
| type PropertyType "Permission" ResourceAccessPolicyProperty Source # | |||||
| type PropertyType "ResourceId" ResourceAccessPolicyProperty Source # | |||||
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 FunctionConfigurationProperty Source #
Constructors
| FunctionConfigurationProperty | |
Fields
| |
Instances
| ToJSON FunctionConfigurationProperty Source # | |||||
| Show FunctionConfigurationProperty Source # | |||||
| Eq FunctionConfigurationProperty Source # | |||||
| ToResourceProperties FunctionConfigurationProperty Source # | |||||
| Property "EncodingType" FunctionConfigurationProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.FunctionConfigurationProperty Associated Types
Methods set :: PropertyType "EncodingType" FunctionConfigurationProperty -> FunctionConfigurationProperty -> FunctionConfigurationProperty # | |||||
| Property "Environment" FunctionConfigurationProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.FunctionConfigurationProperty Associated Types
Methods set :: PropertyType "Environment" FunctionConfigurationProperty -> FunctionConfigurationProperty -> FunctionConfigurationProperty # | |||||
| Property "ExecArgs" FunctionConfigurationProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.FunctionConfigurationProperty Associated Types
Methods set :: PropertyType "ExecArgs" FunctionConfigurationProperty -> FunctionConfigurationProperty -> FunctionConfigurationProperty # | |||||
| Property "Executable" FunctionConfigurationProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.FunctionConfigurationProperty Associated Types
Methods set :: PropertyType "Executable" FunctionConfigurationProperty -> FunctionConfigurationProperty -> FunctionConfigurationProperty # | |||||
| Property "MemorySize" FunctionConfigurationProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.FunctionConfigurationProperty Associated Types
Methods set :: PropertyType "MemorySize" FunctionConfigurationProperty -> FunctionConfigurationProperty -> FunctionConfigurationProperty # | |||||
| Property "Pinned" FunctionConfigurationProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.FunctionConfigurationProperty Associated Types
Methods set :: PropertyType "Pinned" FunctionConfigurationProperty -> FunctionConfigurationProperty -> FunctionConfigurationProperty # | |||||
| Property "Timeout" FunctionConfigurationProperty Source # | |||||
Defined in Stratosphere.Greengrass.FunctionDefinitionVersion.FunctionConfigurationProperty Associated Types
Methods set :: PropertyType "Timeout" FunctionConfigurationProperty -> FunctionConfigurationProperty -> FunctionConfigurationProperty # | |||||
| type PropertyType "EncodingType" FunctionConfigurationProperty Source # | |||||
| type PropertyType "Environment" FunctionConfigurationProperty Source # | |||||
| type PropertyType "ExecArgs" FunctionConfigurationProperty Source # | |||||
| type PropertyType "Executable" FunctionConfigurationProperty Source # | |||||
| type PropertyType "MemorySize" FunctionConfigurationProperty Source # | |||||
| type PropertyType "Pinned" FunctionConfigurationProperty Source # | |||||
| type PropertyType "Timeout" FunctionConfigurationProperty Source # | |||||