Show / Hide Table of Contents

Class NatGatewayState

Inheritance
System.Object
InputArgs
ResourceArgs
NatGatewayState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NatGatewayState : ResourceArgs

Constructors

View Source

NatGatewayState()

Declaration
public NatGatewayState()

Properties

View Source

AllocationId

The Allocation ID of the Elastic IP address for the gateway.

Declaration
public Input<string> AllocationId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NetworkInterfaceId

The ENI ID of the network interface created by the NAT gateway.

Declaration
public Input<string> NetworkInterfaceId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PrivateIp

The private IP address of the NAT Gateway.

Declaration
public Input<string> PrivateIp { get; set; }
Property Value
Type Description
Input<System.String>
View Source

PublicIp

The public IP address of the NAT Gateway.

Declaration
public Input<string> PublicIp { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubnetId

The Subnet ID of the subnet in which to place the gateway.

Declaration
public Input<string> SubnetId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

A map of tags to assign to the resource.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.