Db Cluster Parameter Group Args
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
Properties
Link copied to clipboard
Provides the customer-specified description for this DB cluster parameter group.
Link copied to clipboard
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.