GetClusterSnapshotPlainArgs

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

Link copied to clipboard
constructor(dbClusterIdentifier: String? = null, dbClusterSnapshotIdentifier: String? = null, includePublic: Boolean? = null, includeShared: Boolean? = null, mostRecent: Boolean? = null, snapshotType: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Returns the list of snapshots created by the specific db_cluster

Link copied to clipboard

Returns information on a specific snapshot_id.

Link copied to clipboard
val includePublic: Boolean? = null

Set this value to true to include manual DB Cluster Snapshots that are public and can be copied or restored by any AWS account, otherwise set this value to false. The default is false.

Link copied to clipboard
val includeShared: Boolean? = null

Set this value to true to include shared manual DB Cluster Snapshots from other AWS accounts that this AWS account has been given permission to copy or restore, otherwise set this value to false. The default is false.

Link copied to clipboard
val mostRecent: Boolean? = null

If more than one result is returned, use the most recent Snapshot.

Link copied to clipboard
val snapshotType: String? = null

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.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags for the resource.

Functions

Link copied to clipboard
open override fun toJava(): GetClusterSnapshotPlainArgs