Class GatewayConfig
Pair represents a gateway created by NAT Provider.
Inheritance
System.Object
GatewayConfig
Implements
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class GatewayConfig : Object, IGatewayConfig
Syntax (vb)
Public Class GatewayConfig
Inherits Object
Implements IGatewayConfig
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 gatewayConfig = new GatewayConfig {
Az = "az",
GatewayId = "gatewayId"
};
Synopsis
Constructors
GatewayConfig() |
Properties
Az | Availability Zone. |
GatewayId | Identity of gateway spawned by the provider. |
Constructors
GatewayConfig()
public GatewayConfig()
Properties
Az
Availability Zone.
public string Az { get; set; }
Property Value
System.String
GatewayId
Identity of gateway spawned by the provider.
public string GatewayId { get; set; }
Property Value
System.String