AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CopyDBParameterGroup operation. Copies the specified DB parameter group.
Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public class CopyDBParameterGroupRequest : AmazonNeptuneRequest IAmazonWebServiceRequest
The CopyDBParameterGroupRequest type exposes the following members
Name | Description | |
---|---|---|
CopyDBParameterGroupRequest() |
Name | Type | Description | |
---|---|---|---|
SourceDBParameterGroupIdentifier | System.String |
Gets and sets the property SourceDBParameterGroupIdentifier. The identifier or ARN for the source DB parameter group. For information about creating an ARN, see Constructing an Amazon Resource Name (ARN). Constraints:
|
|
Tags | System.Collections.Generic.List<Amazon.Neptune.Model.Tag> |
Gets and sets the property Tags. The tags to be assigned to the copied DB parameter group. |
|
TargetDBParameterGroupDescription | System.String |
Gets and sets the property TargetDBParameterGroupDescription. A description for the copied DB parameter group. |
|
TargetDBParameterGroupIdentifier | System.String |
Gets and sets the property TargetDBParameterGroupIdentifier. The identifier for the copied DB parameter group. Constraints:
Example: |
This example copies a DB parameter group.
var response = client.CopyDBParameterGroup(new CopyDBParameterGroupRequest { SourceDBParameterGroupIdentifier = "mymysqlparametergroup", TargetDBParameterGroupDescription = "My MySQL parameter group copy", TargetDBParameterGroupIdentifier = "mymysqlparametergroup-copy" }); DBParameterGroup dbParameterGroup = response.DBParameterGroup;
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5