ParameterGroupClusterConfig
- class aws_cdk.aws_rds.ParameterGroupClusterConfig(*, parameter_group_name)
Bases:
object
The type returned from {@link IParameterGroup.bindToCluster}.
- Parameters:
parameter_group_name (
str
) – The name of this parameter group.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_rds as rds parameter_group_cluster_config = rds.ParameterGroupClusterConfig( parameter_group_name="parameterGroupName" )
Attributes
- parameter_group_name
The name of this parameter group.