Safe Haskell | None |
---|---|
Language | Haskell2010 |
- data AWSElasticBlockStoreVolumeSource = AWSElasticBlockStoreVolumeSource {}
- volumeID :: Lens' AWSElasticBlockStoreVolumeSource Text
- fsType :: Lens' AWSElasticBlockStoreVolumeSource Text
- partition :: Lens' AWSElasticBlockStoreVolumeSource (Maybe Integer)
- readOnly :: Lens' AWSElasticBlockStoreVolumeSource (Maybe Bool)
- mkAWSElasticBlockStoreVolumeSource :: Text -> Text -> AWSElasticBlockStoreVolumeSource
Documentation
data AWSElasticBlockStoreVolumeSource Source
Represents a Persistent Disk resource in AWS.nnAn AWS EBS disk must exist and be formatted before mounting to a container. The disk must also be in the same AWS zone as the kubelet. An AWS EBS disk can only be mounted as read/write once. AWS EBS volumes support ownership management and SELinux relabeling.
mkAWSElasticBlockStoreVolumeSource :: Text -> Text -> AWSElasticBlockStoreVolumeSource Source
Use this method to build a AWSElasticBlockStoreVolumeSource