View source: R/rds_operations.R
rds_copy_db_parameter_group | R Documentation |
Copies the specified DB parameter group.
See https://www.paws-r-sdk.com/docs/rds_copy_db_parameter_group/ for full documentation.
rds_copy_db_parameter_group(
SourceDBParameterGroupIdentifier,
TargetDBParameterGroupIdentifier,
TargetDBParameterGroupDescription,
Tags = NULL
)
SourceDBParameterGroupIdentifier |
[required] The identifier or ARN for the source DB parameter group. For information about creating an ARN, see Constructing an ARN for Amazon RDS in the Amazon RDS User Guide. Constraints:
|
TargetDBParameterGroupIdentifier |
[required] The identifier for the copied DB parameter group. Constraints:
Example: |
TargetDBParameterGroupDescription |
[required] A description for the copied DB parameter group. |
Tags |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.