DbClusterParameterGroup

class DbClusterParameterGroup : KotlinCustomResource

The AWS::Neptune::DBClusterParameterGroup resource creates a new Amazon Neptune DB cluster parameter group

Properties

Link copied to clipboard
val description: Output<String>

Provides the customer-specified description for this DB cluster parameter group.

Link copied to clipboard
val family: Output<String>

Must be neptune1 for engine versions prior to 1.2.0.0, or neptune1.2 for engine version 1.2.0.0 and higher.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

Provides the name of the DB cluster parameter group.

Link copied to clipboard
val parameters: Output<Any>

An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request. Search the CloudFormation User Guide for AWS::Neptune::DBClusterParameterGroup for more information about the expected schema for this property.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

The list of tags for the cluster parameter group.

Link copied to clipboard
val urn: Output<String>