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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.RDS.CopyOptionGroup

Contents

Description

Synopsis

Request

Request constructor

Request lenses

cog1SourceOptionGroupIdentifier :: Lens' CopyOptionGroup Text Source

The identifier or ARN for the source Option Group.

Constraints:

Must specify a valid Option Group. If the source Option Group is in the same region as the copy, specify a valid Option Group identifier, or a valid ARN. If the source Option Group is in a different region than the copy, specify a valid Option group ARN. Example: 'my-option-group'

Example: 'arn:aws:rds:us-west-2:123456789012:og:special-options'

cog1TargetOptionGroupDescription :: Lens' CopyOptionGroup Text Source

The description for the copied Option Group.

cog1TargetOptionGroupIdentifier :: Lens' CopyOptionGroup Text Source

The identifier for the copied Option 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-option-group'

Response

Response constructor

copyOptionGroupResponse :: CopyOptionGroupResponse Source

CopyOptionGroupResponse constructor.

The fields accessible through corresponding lenses are:

Response lenses