Get Snapshot Plain Args
data class GetSnapshotPlainArgs(val filters: List<GetSnapshotFilter>? = null, val mostRecent: Boolean? = null, val owners: List<String>? = null, val restorableByUserIds: List<String>? = null, val snapshotIds: List<String>? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetSnapshotPlainArgs>
A collection of arguments for invoking getSnapshot.
Constructors
Properties
Link copied to clipboard
One or more name/value pairs to filter off of. There are several valid keys, for a full reference, check out 1.
Link copied to clipboard
If more than one result is returned, use the most recent snapshot.
Link copied to clipboard
One or more AWS accounts IDs that can create volumes from the snapshot.
Link copied to clipboard
Returns information on a specific snapshot_id.