Get Volume Snapshot Plain Args
data class GetVolumeSnapshotPlainArgs(val mostRecent: Boolean? = null, val name: String? = null, val nameRegex: String? = null, val region: String? = null) : ConvertibleToJava<GetVolumeSnapshotPlainArgs>
A collection of arguments for invoking getVolumeSnapshot.
Constructors
Link copied to clipboard
fun GetVolumeSnapshotPlainArgs(mostRecent: Boolean? = null, name: String? = null, nameRegex: String? = null, region: String? = null)