DbClusterParameterGroup

class DbClusterParameterGroup : KotlinCustomResource

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.

Properties

Link copied to clipboard
Link copied to clipboard
val description: Output<String>

A friendly description for this DB cluster parameter group.

Link copied to clipboard
val family: Output<String>

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 id: Output<String>
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.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

The list of tags for the cluster parameter group.

Link copied to clipboard
val urn: Output<String>