enum BlockVolumeFormat
| Language | Type name |
|---|---|
Python | aws_rfdk.BlockVolumeFormat |
TypeScript (source) | aws-rfdk » BlockVolumeFormat |
Block format options for formatting a blank/new BlockVolume.
Members
| Name | Description |
|---|---|
| EXT3 | See: https://en.wikipedia.org/wiki/Ext3. |
| EXT4 | See: https://en.wikipedia.org/wiki/Ext4. |
| XFS | See: https://en.wikipedia.org/wiki/XFS. |
EXT3
See: https://en.wikipedia.org/wiki/Ext3.
EXT4
See: https://en.wikipedia.org/wiki/Ext4.

Python
TypeScript (