ParameterGroupInstanceBindOptions

class aws_cdk.aws_rds.ParameterGroupInstanceBindOptions

Bases: object

Options for IParameterGroup.bindToInstance. 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_instance_bind_options = rds.ParameterGroupInstanceBindOptions()