Class SecurityGroupEgressReference
A reference to a SecurityGroupEgress resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SecurityGroupEgressReference : ISecurityGroupEgressReference
Syntax (vb)
Public Class SecurityGroupEgressReference Implements ISecurityGroupEgressReference
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.EC2;
var securityGroupEgressReference = new SecurityGroupEgressReference {
SecurityGroupEgressId = "securityGroupEgressId"
};
Synopsis
Constructors
SecurityGroupEgressReference() | A reference to a SecurityGroupEgress resource. |
Properties
SecurityGroupEgressId | The Id of the SecurityGroupEgress resource. |
Constructors
SecurityGroupEgressReference()
A reference to a SecurityGroupEgress resource.
public SecurityGroupEgressReference()
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.EC2;
var securityGroupEgressReference = new SecurityGroupEgressReference {
SecurityGroupEgressId = "securityGroupEgressId"
};
Properties
SecurityGroupEgressId
The Id of the SecurityGroupEgress resource.
public string SecurityGroupEgressId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated