ParameterGroupClusterBindOptions

class aws_cdk.aws_rds.ParameterGroupClusterBindOptions

Bases: object

Options for 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.
from aws_cdk import aws_rds as rds

parameter_group_cluster_bind_options = rds.ParameterGroupClusterBindOptions()