amazonka-rds-0.2.1: Amazon Relational Database Service SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.CopyDBParameterGroup

Contents

Description

Synopsis

Request

Request constructor

Request lenses

cdbpgSourceDBParameterGroupIdentifier :: Lens' CopyDBParameterGroup Text Source

The identifier or ARN for the source DB parameter group.

Constraints:

Must specify a valid DB parameter group. If the source DB parameter group is in the same region as the copy, specify a valid DB parameter group identifier, for example 'my-db-param-group', or a valid ARN. If the source DB parameter group is in a different region than the copy, specify a valid DB parameter group ARN, for example 'arn:aws:rds:us-west-2:123456789012:pg:special-parameters'.

cdbpgTargetDBParameterGroupDescription :: Lens' CopyDBParameterGroup Text Source

A description for the copied DB parameter group.

cdbpgTargetDBParameterGroupIdentifier :: Lens' CopyDBParameterGroup Text Source

The identifier for the copied DB parameter group.

Constraints:

Cannot be null, empty, or blank Must contain from 1 to 255 alphanumeric characters or hyphens First character must be a letter Cannot end with a hyphen or contain two consecutive hyphens Example: 'my-db-parameter-group'

Response

Response constructor

Response lenses