DBSecurityGroupIngressReference
- class aws_cdk.interfaces.aws_rds.DBSecurityGroupIngressReference(*, db_security_group_ingress_id)
Bases:
objectA reference to a DBSecurityGroupIngress resource.
- Parameters:
db_security_group_ingress_id (
str) – The Id of the DBSecurityGroupIngress 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.interfaces import aws_rds as interfaces_aws_rds d_bSecurity_group_ingress_reference = interfaces_aws_rds.DBSecurityGroupIngressReference( db_security_group_ingress_id="dbSecurityGroupIngressId" )
Attributes
- db_security_group_ingress_id
The Id of the DBSecurityGroupIngress resource.