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)",
}
| Name | Type | Required |
|---|---|---|
| db_cluster_identifier | String | false |
| db_cluster_snapshot_identifier | String | false |
| filters | FilterList | false |
| include_public | Boolean | false |
| include_shared | Boolean | false |
| max_records | IntegerOptional | false |
| snapshot_type | String | false |
| tags | TagList | false |
CRUD operations
Here is a list of endpoints that we use to create, read, update and delete the DBClusterSnapshot
| Operation | Path | Verb | Description | OperationID |
|---|---|---|---|---|
| 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 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 |