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

Copyright(c) 2013-2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.CopyDBParameterGroup

Contents

Description

Copies the specified DB parameter group.

See: AWS API Reference for CopyDBParameterGroup.

Synopsis

Creating a Request

Request Lenses

cdpgTags :: Lens' CopyDBParameterGroup [Tag] Source

Undocumented member.

cdpgSourceDBParameterGroupIdentifier :: Lens' CopyDBParameterGroup Text Source

The identifier or ARN for the source DB parameter group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).

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'.

cdpgTargetDBParameterGroupIdentifier :: 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'

cdpgTargetDBParameterGroupDescription :: Lens' CopyDBParameterGroup Text Source

A description for the copied DB parameter group.

Destructuring the Response

copyDBParameterGroupResponse Source

Creates a value of CopyDBParameterGroupResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Response Lenses