@aws-cdk_aws-neptune-alpha.ParameterGroupFamily

class ParameterGroupFamily ๐Ÿ”น

LanguageType name
.NETAmazon.CDK.AWS.Neptune.Alpha.ParameterGroupFamily
Gogithub.com/aws/aws-cdk-go/awscdkneptunealpha/v2#ParameterGroupFamily
Javasoftware.amazon.awscdk.services.neptune.alpha.ParameterGroupFamily
Pythonaws_cdk.aws_neptune_alpha.ParameterGroupFamily
TypeScript (source)@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 = new neptune_alpha.ParameterGroupFamily('family');

Initializer

new ParameterGroupFamily(family: string)

Parameters

  • family string โ€” the family of the parameter group Neptune.

Constructor for specifying a custom parameter group famil.

Properties

NameTypeDescription
family๐Ÿ”นstringthe family of the parameter group Neptune.
static NEPTUNE_1๐Ÿ”นParameterGroupFamilyFamily used by Neptune engine versions before 1.2.0.0.
static NEPTUNE_1_2๐Ÿ”นParameterGroupFamilyFamily used by Neptune engine versions 1.2.0.0 and later.

family๐Ÿ”น

Type: string

the family of the parameter group Neptune.


static NEPTUNE_1๐Ÿ”น

Type: ParameterGroupFamily

Family used by Neptune engine versions before 1.2.0.0.


static NEPTUNE_1_2๐Ÿ”น

Type: ParameterGroupFamily

Family used by Neptune engine versions 1.2.0.0 and later.