DBSecurityGroupReference
- class aws_cdk.aws_rds.DBSecurityGroupReference(*, db_security_group_id)
Bases:
object
A reference to a DBSecurityGroup resource.
- Parameters:
db_security_group_id (
str
) – The Id of the DBSecurityGroup resource.- 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 d_bSecurity_group_reference = rds.DBSecurityGroupReference( db_security_group_id="dbSecurityGroupId" )
Attributes
- db_security_group_id
The Id of the DBSecurityGroup resource.