DbClusterParameterGroupArgs

data class DbClusterParameterGroupArgs(val description: Output<String>? = null, val family: Output<String>? = null, val name: Output<String>? = null, val parameters: Output<Any>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DbClusterParameterGroupArgs>

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

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, family: Output<String>? = null, name: Output<String>? = null, parameters: Output<Any>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val description: Output<String>? = null

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

Link copied to clipboard
val family: Output<String>? = null

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 name: Output<String>? = null

Provides the name of the DB cluster parameter group.

Link copied to clipboard
val parameters: Output<Any>? = null

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 tags: Output<List<TagArgs>>? = null

The list of tags for the cluster parameter group.

Functions

Link copied to clipboard
open override fun toJava(): DbClusterParameterGroupArgs