rds_copy_db_parameter_group {paws.database} | R Documentation |
Copies the specified DB parameter group
Description
Copies the specified DB parameter group.
See https://www.paws-r-sdk.com/docs/rds_copy_db_parameter_group/ for full documentation.
Usage
rds_copy_db_parameter_group(
SourceDBParameterGroupIdentifier,
TargetDBParameterGroupIdentifier,
TargetDBParameterGroupDescription,
Tags = NULL
)
Arguments
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 |
[Package paws.database version 0.7.0 Index]