Show / Hide Table of Contents

Class RouteState

Inheritance
System.Object
InputArgs
ResourceArgs
RouteState
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 RouteState : ResourceArgs

Constructors

View Source

RouteState()

Declaration
public RouteState()

Properties

View Source

DestinationCidrBlock

The destination CIDR block.

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

DestinationIpv6CidrBlock

The destination IPv6 CIDR block.

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

DestinationPrefixListId

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

EgressOnlyGatewayId

Identifier of a VPC Egress Only Internet Gateway.

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

GatewayId

Identifier of a VPC internet gateway or a virtual private gateway.

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

InstanceId

Identifier of an EC2 instance.

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

InstanceOwnerId

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

NatGatewayId

Identifier of a VPC NAT gateway.

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

NetworkInterfaceId

Identifier of an EC2 network interface.

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

Origin

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

RouteTableId

The ID of the routing table.

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

State

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

TransitGatewayId

Identifier of an EC2 Transit Gateway.

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

VpcPeeringConnectionId

Identifier of a VPC peering connection.

Declaration
public Input<string> VpcPeeringConnectionId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.