| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.ResourceProperties.BatchJobDefinitionContainerProperties
Synopsis
- data BatchJobDefinitionContainerProperties = BatchJobDefinitionContainerProperties {
- _batchJobDefinitionContainerPropertiesCommand :: Maybe (ValList Text)
- _batchJobDefinitionContainerPropertiesEnvironment :: Maybe [BatchJobDefinitionEnvironment]
- _batchJobDefinitionContainerPropertiesImage :: Val Text
- _batchJobDefinitionContainerPropertiesJobRoleArn :: Maybe (Val Text)
- _batchJobDefinitionContainerPropertiesMemory :: Val Integer
- _batchJobDefinitionContainerPropertiesMountPoints :: Maybe [BatchJobDefinitionMountPoints]
- _batchJobDefinitionContainerPropertiesPrivileged :: Maybe (Val Bool)
- _batchJobDefinitionContainerPropertiesReadonlyRootFilesystem :: Maybe (Val Bool)
- _batchJobDefinitionContainerPropertiesUlimits :: Maybe [BatchJobDefinitionUlimit]
- _batchJobDefinitionContainerPropertiesUser :: Maybe (Val Text)
- _batchJobDefinitionContainerPropertiesVcpus :: Val Integer
- _batchJobDefinitionContainerPropertiesVolumes :: Maybe [BatchJobDefinitionVolumes]
- batchJobDefinitionContainerProperties :: Val Text -> Val Integer -> Val Integer -> BatchJobDefinitionContainerProperties
- bjdcpCommand :: Lens' BatchJobDefinitionContainerProperties (Maybe (ValList Text))
- bjdcpEnvironment :: Lens' BatchJobDefinitionContainerProperties (Maybe [BatchJobDefinitionEnvironment])
- bjdcpImage :: Lens' BatchJobDefinitionContainerProperties (Val Text)
- bjdcpJobRoleArn :: Lens' BatchJobDefinitionContainerProperties (Maybe (Val Text))
- bjdcpMemory :: Lens' BatchJobDefinitionContainerProperties (Val Integer)
- bjdcpMountPoints :: Lens' BatchJobDefinitionContainerProperties (Maybe [BatchJobDefinitionMountPoints])
- bjdcpPrivileged :: Lens' BatchJobDefinitionContainerProperties (Maybe (Val Bool))
- bjdcpReadonlyRootFilesystem :: Lens' BatchJobDefinitionContainerProperties (Maybe (Val Bool))
- bjdcpUlimits :: Lens' BatchJobDefinitionContainerProperties (Maybe [BatchJobDefinitionUlimit])
- bjdcpUser :: Lens' BatchJobDefinitionContainerProperties (Maybe (Val Text))
- bjdcpVcpus :: Lens' BatchJobDefinitionContainerProperties (Val Integer)
- bjdcpVolumes :: Lens' BatchJobDefinitionContainerProperties (Maybe [BatchJobDefinitionVolumes])
Documentation
data BatchJobDefinitionContainerProperties #
Full data type definition for BatchJobDefinitionContainerProperties. See
batchJobDefinitionContainerProperties for a more convenient
constructor.
Constructors
batchJobDefinitionContainerProperties #
Constructor for BatchJobDefinitionContainerProperties containing
required fields as arguments.
bjdcpEnvironment :: Lens' BatchJobDefinitionContainerProperties (Maybe [BatchJobDefinitionEnvironment]) #
bjdcpMountPoints :: Lens' BatchJobDefinitionContainerProperties (Maybe [BatchJobDefinitionMountPoints]) #