Get Cluster Snapshot Plain Args
    data class GetClusterSnapshotPlainArgs(val dbClusterIdentifier: String? = null, val dbClusterSnapshotIdentifier: String? = null, val includePublic: Boolean? = null, val includeShared: Boolean? = null, val mostRecent: Boolean? = null, val snapshotType: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetClusterSnapshotPlainArgs> 
A collection of arguments for invoking getClusterSnapshot.
Constructors
Functions
Properties
Link copied to clipboard
                Link copied to clipboard
                Link copied to clipboard
                Type of snapshots to be returned. If you don't specify a SnapshotType value, then both automated and manual DB cluster snapshots are returned. Shared and public DB Cluster Snapshots are not included in the returned results by default. Possible values are, automated, manual, shared, public and awsbackup.