Interface IDBSecurityGroupIngressReference
A reference to a DBSecurityGroupIngress resource.
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDBSecurityGroupIngressReference
Syntax (vb)
Public Interface IDBSecurityGroupIngressReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.RDS;
var dBSecurityGroupIngressReference = new DBSecurityGroupIngressReference {
DbSecurityGroupIngressId = "dbSecurityGroupIngressId"
};
Synopsis
Properties
DbSecurityGroupIngressId | The Id of the DBSecurityGroupIngress resource. |
Properties
DbSecurityGroupIngressId
The Id of the DBSecurityGroupIngress resource.
string DbSecurityGroupIngressId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated