ParameterGroupFamily

class aws_cdk.aws_neptune_alpha.ParameterGroupFamily(family)

Bases: object

(experimental) The DB parameter group family that a DB parameter group is compatible with.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_neptune_alpha as neptune_alpha

parameter_group_family = neptune_alpha.ParameterGroupFamily.NEPTUNE_1

(experimental) Constructor for specifying a custom parameter group famil.

Parameters:

family (str) – the family of the parameter group Neptune.

Stability:

experimental

Attributes

NEPTUNE_1 = <aws_cdk.aws_neptune_alpha.ParameterGroupFamily object>
NEPTUNE_1_2 = <aws_cdk.aws_neptune_alpha.ParameterGroupFamily object>
NEPTUNE_1_3 = <aws_cdk.aws_neptune_alpha.ParameterGroupFamily object>
family

(experimental) the family of the parameter group Neptune.

Stability:

experimental