ParameterGroupClusterBindOptions

class aws_cdk.aws_rds.ParameterGroupClusterBindOptions

Bases: object

Options for {@link IParameterGroup.bindToCluster}. Empty for now, but can be extended later.

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_bind_options = rds.ParameterGroupClusterBindOptions()