Show / Hide Table of Contents

Interface IGatewayConfig

Pair represents a gateway created by NAT Provider.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IGatewayConfig
Syntax (vb)
Public Interface 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

Properties

Az

Availability Zone.

GatewayId

Identity of gateway spawned by the provider.

Properties

Az

Availability Zone.

string Az { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

GatewayId

Identity of gateway spawned by the provider.

string GatewayId { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX