Show / Hide Table of Contents

Class NatGatewayProps

Properties for a NAT gateway.

Inheritance
System.Object
NatGatewayProps
Implements
INatGatewayProps
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class NatGatewayProps : Object, INatGatewayProps
Syntax (vb)
Public Class NatGatewayProps
    Inherits Object
    Implements INatGatewayProps
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;

NatGatewayProps natGatewayProps = new NatGatewayProps {
    EipAllocationIds = new [] { "eipAllocationIds" }
};

Synopsis

Constructors

NatGatewayProps()

Properties

EipAllocationIds

EIP allocation IDs for the NAT gateways.

Constructors

NatGatewayProps()

public NatGatewayProps()

Properties

EipAllocationIds

EIP allocation IDs for the NAT gateways.

public string[] EipAllocationIds { get; set; }
Property Value

System.String[]

Remarks

Default: - No fixed EIPs allocated for the NAT gateways

Implements

INatGatewayProps
Back to top Generated by DocFX