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