| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.RDS.CopyDBClusterParameterGroup
Description
Copies the specified DB cluster parameter group.
- copyDBClusterParameterGroup :: Text -> Text -> Text -> CopyDBClusterParameterGroup
- data CopyDBClusterParameterGroup
- cdbcpgTags :: Lens' CopyDBClusterParameterGroup [Tag]
- cdbcpgSourceDBClusterParameterGroupIdentifier :: Lens' CopyDBClusterParameterGroup Text
- cdbcpgTargetDBClusterParameterGroupIdentifier :: Lens' CopyDBClusterParameterGroup Text
- cdbcpgTargetDBClusterParameterGroupDescription :: Lens' CopyDBClusterParameterGroup Text
- copyDBClusterParameterGroupResponse :: Int -> CopyDBClusterParameterGroupResponse
- data CopyDBClusterParameterGroupResponse
- cdcpgrsDBClusterParameterGroup :: Lens' CopyDBClusterParameterGroupResponse (Maybe DBClusterParameterGroup)
- cdcpgrsResponseStatus :: Lens' CopyDBClusterParameterGroupResponse Int
Creating a Request
copyDBClusterParameterGroup Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> CopyDBClusterParameterGroup |
Creates a value of CopyDBClusterParameterGroup with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cdbcpgTags- Undocumented member.cdbcpgSourceDBClusterParameterGroupIdentifier- The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN) . Constraints: * Must specify a valid DB cluster parameter group. * If the source DB cluster parameter group is in the same AWS Region as the copy, specify a valid DB parameter group identifier, for examplemy-db-cluster-param-group, or a valid ARN. * If the source DB parameter group is in a different AWS Region than the copy, specify a valid DB cluster parameter group ARN, for examplearn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1.cdbcpgTargetDBClusterParameterGroupIdentifier- The identifier for the copied DB cluster parameter group. Constraints: * Cannot be null, empty, or blank * Must contain from 1 to 255 letters, numbers, or hyphens * First character must be a letter * Cannot end with a hyphen or contain two consecutive hyphens Example:my-cluster-param-group1cdbcpgTargetDBClusterParameterGroupDescription- A description for the copied DB cluster parameter group.
data CopyDBClusterParameterGroup Source #
See: copyDBClusterParameterGroup smart constructor.
Instances
Request Lenses
cdbcpgTags :: Lens' CopyDBClusterParameterGroup [Tag] Source #
Undocumented member.
cdbcpgSourceDBClusterParameterGroupIdentifier :: Lens' CopyDBClusterParameterGroup Text Source #
The identifier or Amazon Resource Name (ARN) for the source DB cluster parameter group. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN) . Constraints: * Must specify a valid DB cluster parameter group. * If the source DB cluster parameter group is in the same AWS Region as the copy, specify a valid DB parameter group identifier, for example my-db-cluster-param-group , or a valid ARN. * If the source DB parameter group is in a different AWS Region than the copy, specify a valid DB cluster parameter group ARN, for example arn:aws:rds:us-east-1:123456789012:cluster-pg:custom-cluster-group1 .
cdbcpgTargetDBClusterParameterGroupIdentifier :: Lens' CopyDBClusterParameterGroup Text Source #
The identifier for the copied DB cluster parameter group. Constraints: * Cannot be null, empty, or blank * Must contain from 1 to 255 letters, numbers, or hyphens * First character must be a letter * Cannot end with a hyphen or contain two consecutive hyphens Example: my-cluster-param-group1
cdbcpgTargetDBClusterParameterGroupDescription :: Lens' CopyDBClusterParameterGroup Text Source #
A description for the copied DB cluster parameter group.
Destructuring the Response
copyDBClusterParameterGroupResponse Source #
Arguments
| :: Int | |
| -> CopyDBClusterParameterGroupResponse |
Creates a value of CopyDBClusterParameterGroupResponse with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
cdcpgrsDBClusterParameterGroup- Undocumented member.cdcpgrsResponseStatus- -- | The response status code.
data CopyDBClusterParameterGroupResponse Source #
See: copyDBClusterParameterGroupResponse smart constructor.
Instances
Response Lenses
cdcpgrsDBClusterParameterGroup :: Lens' CopyDBClusterParameterGroupResponse (Maybe DBClusterParameterGroup) Source #
Undocumented member.
cdcpgrsResponseStatus :: Lens' CopyDBClusterParameterGroupResponse Int Source #
- - | The response status code.