get Db Cluster Parameter Group
suspend fun getDbClusterParameterGroup(argument: GetDbClusterParameterGroupPlainArgs): GetDbClusterParameterGroupResult
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.
Return
null
Parameters
argument
null
suspend fun getDbClusterParameterGroup(dbClusterParameterGroupName: String): GetDbClusterParameterGroupResult
Return
null
Parameters
db Cluster Parameter Group Name
The name of the DB cluster parameter group. Constraints:
Must not match the name of an existing DB cluster parameter group. If you don't specify a value for
DBClusterParameterGroupNameproperty, a name is automatically created for the DB cluster parameter group.
This value is stored as a lowercase string.
See also
suspend fun getDbClusterParameterGroup(argument: suspend GetDbClusterParameterGroupPlainArgsBuilder.() -> Unit): GetDbClusterParameterGroupResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.rds.kotlin.inputs.GetDbClusterParameterGroupPlainArgs.