| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.GreengrassV2.Deployment.ComponentDeploymentSpecificationProperty
Documentation
data ComponentRunWithProperty Source #
Constructors
| ComponentRunWithProperty | |
Fields
| |
Instances
data SystemResourceLimitsProperty Source #
Constructors
| SystemResourceLimitsProperty | |
Instances
| ToJSON SystemResourceLimitsProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.SystemResourceLimitsProperty Methods toJSON :: SystemResourceLimitsProperty -> Value # toEncoding :: SystemResourceLimitsProperty -> Encoding # toJSONList :: [SystemResourceLimitsProperty] -> Value # toEncodingList :: [SystemResourceLimitsProperty] -> Encoding # | |||||
| Show SystemResourceLimitsProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.SystemResourceLimitsProperty Methods showsPrec :: Int -> SystemResourceLimitsProperty -> ShowS # show :: SystemResourceLimitsProperty -> String # showList :: [SystemResourceLimitsProperty] -> ShowS # | |||||
| Eq SystemResourceLimitsProperty Source # | |||||
| ToResourceProperties SystemResourceLimitsProperty Source # | |||||
| Property "Cpus" SystemResourceLimitsProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.SystemResourceLimitsProperty Associated Types
Methods set :: PropertyType "Cpus" SystemResourceLimitsProperty -> SystemResourceLimitsProperty -> SystemResourceLimitsProperty # | |||||
| Property "Memory" SystemResourceLimitsProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.SystemResourceLimitsProperty Associated Types
Methods set :: PropertyType "Memory" SystemResourceLimitsProperty -> SystemResourceLimitsProperty -> SystemResourceLimitsProperty # | |||||
| type PropertyType "Cpus" SystemResourceLimitsProperty Source # | |||||
| type PropertyType "Memory" SystemResourceLimitsProperty Source # | |||||
data ComponentDeploymentSpecificationProperty Source #
Constructors
| ComponentDeploymentSpecificationProperty | |
Fields | |
Instances
| ToJSON ComponentDeploymentSpecificationProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.ComponentDeploymentSpecificationProperty Methods toJSON :: ComponentDeploymentSpecificationProperty -> Value # toEncoding :: ComponentDeploymentSpecificationProperty -> Encoding # toJSONList :: [ComponentDeploymentSpecificationProperty] -> Value # toEncodingList :: [ComponentDeploymentSpecificationProperty] -> Encoding # omitField :: ComponentDeploymentSpecificationProperty -> Bool # | |||||
| Show ComponentDeploymentSpecificationProperty Source # | |||||
| Eq ComponentDeploymentSpecificationProperty Source # | |||||
| ToResourceProperties ComponentDeploymentSpecificationProperty Source # | |||||
| Property "ComponentVersion" ComponentDeploymentSpecificationProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.ComponentDeploymentSpecificationProperty Associated Types
Methods set :: PropertyType "ComponentVersion" ComponentDeploymentSpecificationProperty -> ComponentDeploymentSpecificationProperty -> ComponentDeploymentSpecificationProperty # | |||||
| Property "ConfigurationUpdate" ComponentDeploymentSpecificationProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.ComponentDeploymentSpecificationProperty Associated Types
Methods set :: PropertyType "ConfigurationUpdate" ComponentDeploymentSpecificationProperty -> ComponentDeploymentSpecificationProperty -> ComponentDeploymentSpecificationProperty # | |||||
| Property "RunWith" ComponentDeploymentSpecificationProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.ComponentDeploymentSpecificationProperty Associated Types
| |||||
| type PropertyType "ComponentVersion" ComponentDeploymentSpecificationProperty Source # | |||||
| type PropertyType "ConfigurationUpdate" ComponentDeploymentSpecificationProperty Source # | |||||
Defined in Stratosphere.GreengrassV2.Deployment.ComponentDeploymentSpecificationProperty type PropertyType "ConfigurationUpdate" ComponentDeploymentSpecificationProperty = ComponentConfigurationUpdateProperty | |||||
| type PropertyType "RunWith" ComponentDeploymentSpecificationProperty Source # | |||||