Modify DB Cluster Snapshot Attribute
GET {{aws_rds_base_url}}/?AttributeName&DBClusterSnapshotIdentifier&ValuesToAdd.AttributeValue.N&ValuesToRemove.AttributeValue.N&Action=ModifyDBClusterSnapshotAttribute&Version=2014-10-31
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
AttributeName | null | The name of the DB cluster snapshot attribute to modify. | |
DBClusterSnapshotIdentifier | null | The identifier for the DB cluster snapshot to modify the attributes for. | |
ValuesToAdd.AttributeValue.N | null | A list of DB cluster snapshot attributes to add to the attribute specified by AttributeName. | |
ValuesToRemove.AttributeValue.N | null | A list of DB cluster snapshot attributes to remove from the attribute specified by AttributeName. | |
Action | string | ||
Version | string |