DbClusterParameterGroupArgs

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

The AWS::RDS::DBClusterParameterGroup resource creates a new Amazon RDS DB cluster parameter group. For more information, see Managing an Amazon Aurora DB Cluster in the Amazon Aurora User Guide.

Constructors

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

Properties

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

The name of the DB cluster parameter group. Constraints:

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

A friendly description for this DB cluster parameter group.

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

The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a DB engine and engine version compatible with that DB cluster parameter group family.

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::RDS::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