getDbClusterParameterGroup

The `AWS::RDS::DBClusterParameterGroup` resource creates a new Amazon RDS DB cluster parameter group. For information about configuring parameters for Amazon Aurora DB clusters, see Working with parameter groups in the Amazon Aurora User Guide. If you apply a parameter group to a DB cluster, then its DB instances might need to reboot. This can result in an outage while the DB instances are rebooting. If you apply a change to parameter group associated with a stopped DB cluster, then the updated stack waits until the DB cluster is started.

Return

null

Parameters

argument

null


suspend fun getDbClusterParameterGroup(dbClusterParameterGroupName: String): GetDbClusterParameterGroupResult

Return

null

Parameters

dbClusterParameterGroupName

The name of the DB cluster parameter group. Constraints:

  • Must not match the name of an existing DB cluster parameter group. This value is stored as a lowercase string.

See also


Return

null

Parameters

argument

Builder for com.pulumi.awsnative.rds.kotlin.inputs.GetDbClusterParameterGroupPlainArgs.

See also