Safe Haskell | None |
---|---|
Language | Haskell2010 |
Copies the specified DBParameterGroup.
http://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_CopyDBParameterGroup.html
- data CopyDBParameterGroup
- copyDBParameterGroup :: Text -> Text -> Text -> CopyDBParameterGroup
- cdbpgSourceDBParameterGroupIdentifier :: Lens' CopyDBParameterGroup Text
- cdbpgTags :: Lens' CopyDBParameterGroup [Tag]
- cdbpgTargetDBParameterGroupDescription :: Lens' CopyDBParameterGroup Text
- cdbpgTargetDBParameterGroupIdentifier :: Lens' CopyDBParameterGroup Text
- data CopyDBParameterGroupResponse
- copyDBParameterGroupResponse :: CopyDBParameterGroupResponse
- cdbpgr1DBParameterGroup :: Lens' CopyDBParameterGroupResponse (Maybe DBParameterGroup)
Request
Request constructor
:: Text | |
-> Text | |
-> Text | |
-> CopyDBParameterGroup |
CopyDBParameterGroup
constructor.
The fields accessible through corresponding lenses are:
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
copyDBParameterGroupResponse :: CopyDBParameterGroupResponse Source
CopyDBParameterGroupResponse
constructor.
The fields accessible through corresponding lenses are: