Interface ISecurityGroupIngressReference
A reference to a SecurityGroupIngress resource.
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISecurityGroupIngressReference
Syntax (vb)
Public Interface ISecurityGroupIngressReference
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.Interfaces.EC2;
var securityGroupIngressReference = new SecurityGroupIngressReference {
SecurityGroupIngressId = "securityGroupIngressId"
};
Synopsis
Properties
| SecurityGroupIngressId | The Id of the SecurityGroupIngress resource. |
Properties
SecurityGroupIngressId
The Id of the SecurityGroupIngress resource.
string SecurityGroupIngressId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated