class ParameterGroupFamily
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Neptune.Alpha.ParameterGroupFamily |
![]() | github.com/aws/aws-cdk-go/awscdkneptunealpha/v2#ParameterGroupFamily |
![]() | software.amazon.awscdk.services.neptune.alpha.ParameterGroupFamily |
![]() | aws_cdk.aws_neptune_alpha.ParameterGroupFamily |
![]() | @aws-cdk/aws-neptune-alpha ยป ParameterGroupFamily |
The DB parameter group family that a DB parameter group is compatible with.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as neptune_alpha from '@aws-cdk/aws-neptune-alpha';
const parameterGroupFamily = neptune_alpha.ParameterGroupFamily.NEPTUNE_1;
Initializer
new ParameterGroupFamily(family: string)
Parameters
- family
string
โ the family of the parameter group Neptune.
Constructor for specifying a custom parameter group family.
Properties
Name | Type | Description |
---|---|---|
family | string | the family of the parameter group Neptune. |
static NEPTUNE_1 | Parameter | Family used by Neptune engine versions before 1.2.0.0. |
static NEPTUNE_1_2 | Parameter | Family used by Neptune engine versions 1.2.0.0 and later. |
static NEPTUNE_1_3 | Parameter | Family used by Neptune engine versions 1.3.0.0 and later. |
family
Type:
string
the family of the parameter group Neptune.
static NEPTUNE_1
Type:
Parameter
Family used by Neptune engine versions before 1.2.0.0.
static NEPTUNE_1_2
Type:
Parameter
Family used by Neptune engine versions 1.2.0.0 and later.
static NEPTUNE_1_3
Type:
Parameter
Family used by Neptune engine versions 1.3.0.0 and later.