| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.BatchComputeEnvironmentComputeResources
Synopsis
- data BatchComputeEnvironmentComputeResources = BatchComputeEnvironmentComputeResources {
- _batchComputeEnvironmentComputeResourcesBidPercentage :: Maybe (Val Integer)
- _batchComputeEnvironmentComputeResourcesDesiredvCpus :: Maybe (Val Integer)
- _batchComputeEnvironmentComputeResourcesEc2KeyPair :: Maybe (Val Text)
- _batchComputeEnvironmentComputeResourcesImageId :: Maybe (Val Text)
- _batchComputeEnvironmentComputeResourcesInstanceRole :: Val Text
- _batchComputeEnvironmentComputeResourcesInstanceTypes :: ValList Text
- _batchComputeEnvironmentComputeResourcesMaxvCpus :: Val Integer
- _batchComputeEnvironmentComputeResourcesMinvCpus :: Val Integer
- _batchComputeEnvironmentComputeResourcesSecurityGroupIds :: ValList Text
- _batchComputeEnvironmentComputeResourcesSpotIamFleetRole :: Maybe (Val Text)
- _batchComputeEnvironmentComputeResourcesSubnets :: ValList Text
- _batchComputeEnvironmentComputeResourcesTags :: Maybe Object
- _batchComputeEnvironmentComputeResourcesType :: Val Text
- batchComputeEnvironmentComputeResources :: Val Text -> ValList Text -> Val Integer -> Val Integer -> ValList Text -> ValList Text -> Val Text -> BatchComputeEnvironmentComputeResources
- bcecrBidPercentage :: Lens' BatchComputeEnvironmentComputeResources (Maybe (Val Integer))
- bcecrDesiredvCpus :: Lens' BatchComputeEnvironmentComputeResources (Maybe (Val Integer))
- bcecrEc2KeyPair :: Lens' BatchComputeEnvironmentComputeResources (Maybe (Val Text))
- bcecrImageId :: Lens' BatchComputeEnvironmentComputeResources (Maybe (Val Text))
- bcecrInstanceRole :: Lens' BatchComputeEnvironmentComputeResources (Val Text)
- bcecrInstanceTypes :: Lens' BatchComputeEnvironmentComputeResources (ValList Text)
- bcecrMaxvCpus :: Lens' BatchComputeEnvironmentComputeResources (Val Integer)
- bcecrMinvCpus :: Lens' BatchComputeEnvironmentComputeResources (Val Integer)
- bcecrSecurityGroupIds :: Lens' BatchComputeEnvironmentComputeResources (ValList Text)
- bcecrSpotIamFleetRole :: Lens' BatchComputeEnvironmentComputeResources (Maybe (Val Text))
- bcecrSubnets :: Lens' BatchComputeEnvironmentComputeResources (ValList Text)
- bcecrTags :: Lens' BatchComputeEnvironmentComputeResources (Maybe Object)
- bcecrType :: Lens' BatchComputeEnvironmentComputeResources (Val Text)
Documentation
data BatchComputeEnvironmentComputeResources #
Full data type definition for BatchComputeEnvironmentComputeResources.
See batchComputeEnvironmentComputeResources for a more convenient
constructor.
Constructors
batchComputeEnvironmentComputeResources #
Arguments
| :: Val Text | |
| -> ValList Text | |
| -> Val Integer | |
| -> Val Integer | |
| -> ValList Text | |
| -> ValList Text | |
| -> Val Text | |
| -> BatchComputeEnvironmentComputeResources |
Constructor for BatchComputeEnvironmentComputeResources containing
required fields as arguments.