aws_db_cluster_parameter_group.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")
DBClusterParameterGroup
aws_db_cluster_parameter_group {
db_cluster_parameter_group_name => "db_cluster_parameter_group_name (optional)",
db_parameter_group_family => "db_parameter_group_family (optional)",
description => "description (optional)",
filters => "Filters (optional)",
max_records => "MaxRecords (optional)",
parameters => "Parameters (optional)",
tags => "Tags (optional)",
}
| Name | Type | Required |
|---|---|---|
| db_cluster_parameter_group_name | String | false |
| db_parameter_group_family | String | false |
| description | String | false |
| filters | FilterList | false |
| max_records | IntegerOptional | false |
| parameters | ParametersList | false |
| tags | TagList | false |
CRUD operations
Here is a list of endpoints that we use to create, read, update and delete the DBClusterParameterGroup
| Operation | Path | Verb | Description | OperationID |
|---|---|---|---|---|
| Create | / | POST | Creates a new DB cluster parameter group. Parameters in a DB cluster parameter group apply to all of the instances in a DB cluster. A DB cluster parameter group is initially created with the default parameters for the database engine used by instances in the DB cluster. To provide custom values for any of the parameters, you must modify the group after creating it using ModifyDBClusterParameterGroup. Once you've created a DB cluster parameter group, you need to associate it with your DB cluster using ModifyDBCluster. When you associate a new DB cluster parameter group with a running DB cluster, you need to reboot the DB instances in the DB cluster without failover for the new DB cluster parameter group and associated settings to take effect. After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the DB cluster parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by 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. | CreateDBClusterParameterGroup |
| List - list all | / | POST | Returns a list of 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. | DescribeDBClusterParameterGroups |
| List - get one | `` | |||
| List - get list using params | / | POST | Returns a list of 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. | DescribeDBClusterParameterGroups |
| Update | / | POST | Modifies the parameters of a DB cluster parameter group. To modify more than one parameter, submit a list of the following: For more information on Amazon Aurora, see What Is Amazon Aurora? in the Amazon Aurora User Guide. Changes to dynamic parameters are applied immediately. Changes to static parameters require a reboot without failover to the DB cluster associated with the parameter group before the change can take effect. After you create a DB cluster parameter group, you should wait at least 5 minutes before creating your first DB cluster that uses that DB cluster parameter group as the default parameter group. This allows Amazon RDS to fully complete the create action before the parameter group is used as the default for a new DB cluster. This is especially important for parameters that are critical when creating the default database for a DB cluster, such as the character set for the default database defined by the This action only applies to Aurora DB clusters. | ModifyDBClusterParameterGroup |
| Delete | / | POST | Deletes a specified DB cluster parameter group. The DB cluster parameter group to be deleted can't be associated with any DB clusters. 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. | DeleteDBClusterParameterGroup |