aws_db_cluster_snapshot.md

April 1, 2019 ยท View on GitHub

Document: "rds"

Path: "https://github.com/aws/aws-sdk-go-v2/tree/master/models/apis/rds/2014-10-31/api-2.json")

DBClusterSnapshot

aws_db_cluster_snapshot {
  db_cluster_identifier => "db_cluster_identifier (optional)",
  db_cluster_snapshot_identifier => "db_cluster_snapshot_identifier (optional)",
  filters => "Filters (optional)",
  include_public => "IncludePublic (optional)",
  include_shared => "IncludeShared (optional)",
  max_records => "MaxRecords (optional)",
  snapshot_type => "snapshot_type (optional)",
  tags => "Tags (optional)",
}
NameTypeRequired
db_cluster_identifierStringfalse
db_cluster_snapshot_identifierStringfalse
filtersFilterListfalse
include_publicBooleanfalse
include_sharedBooleanfalse
max_recordsIntegerOptionalfalse
snapshot_typeStringfalse
tagsTagListfalse

CRUD operations

Here is a list of endpoints that we use to create, read, update and delete the DBClusterSnapshot

OperationPathVerbDescriptionOperationID
Create/POST

Creates a snapshot of a DB cluster. For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

CreateDBClusterSnapshot
List - list all/POST

Returns information about DB cluster snapshots. This API action supports pagination.

For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

DescribeDBClusterSnapshots
List - get one``
List - get list using params/POST

Returns information about DB cluster snapshots. This API action supports pagination.

For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

DescribeDBClusterSnapshots
Update``
Delete/POST

Deletes a DB cluster snapshot. If the snapshot is being copied, the copy operation is terminated.

The DB cluster snapshot must be in the available state to be deleted.

For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide.

This action only applies to Aurora DB clusters.

DeleteDBClusterSnapshot