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 CopyDBClusterParameterGroup operation. Copies the specified DB cluster parameter group.
Namespace: Amazon.Neptune.Model
Assembly: AWSSDK.Neptune.dll
Version: 3.x.y.z
public class CopyDBClusterParameterGroupRequest : AmazonNeptuneRequest IAmazonWebServiceRequest
The CopyDBClusterParameterGroupRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CopyDBClusterParameterGroupRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
SourceDBClusterParameterGroupIdentifier | System.String |
Gets and sets the property SourceDBClusterParameterGroupIdentifier. The identifier or Amazon Resource Name (ARN) for the source DB cluster 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 cluster parameter group. |
![]() |
TargetDBClusterParameterGroupDescription | System.String |
Gets and sets the property TargetDBClusterParameterGroupDescription. A description for the copied DB cluster parameter group. |
![]() |
TargetDBClusterParameterGroupIdentifier | System.String |
Gets and sets the property TargetDBClusterParameterGroupIdentifier. The identifier for the copied DB cluster parameter group. Constraints:
Example: |
This example copies a DB cluster parameter group.
var response = client.CopyDBClusterParameterGroup(new CopyDBClusterParameterGroupRequest { SourceDBClusterParameterGroupIdentifier = "mydbclusterparametergroup", TargetDBClusterParameterGroupDescription = "My DB cluster parameter group copy", TargetDBClusterParameterGroupIdentifier = "mydbclusterparametergroup-copy" }); DBClusterParameterGroup dbClusterParameterGroup = response.DBClusterParameterGroup;
.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