VolumeArgs

constructor(description: Output<String>? = null, filesystemType: Output<String>? = null, initialFilesystemLabel: Output<String>? = null, initialFilesystemType: Output<Either<String, FileSystemType>>? = null, name: Output<String>? = null, region: Output<Either<String, Region>>? = null, size: Output<Int>? = null, snapshotId: Output<String>? = null, tags: Output<List<String>>? = null)