Show / Hide Table of Contents

Interface INatGatewayProps

Properties for a NAT gateway.

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

Properties

EipAllocationIds

EIP allocation IDs for the NAT gateways.

Properties

EipAllocationIds

EIP allocation IDs for the NAT gateways.

virtual string[] EipAllocationIds { get; }
Property Value

System.String[]

Remarks

Default: - No fixed EIPs allocated for the NAT gateways

Back to top Generated by DocFX