amazonka-rds-0.0.3: 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, 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. Example: 'my-db-param-group'

Example: 'arn:aws:rds:us-west-2:123456789012:pg:special-parameters'

cdbpgTargetDBParameterGroupDescription :: Lens' CopyDBParameterGroup Text Source

The 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