Show / Hide Table of Contents

Class DefaultRouteTableRouteGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
DefaultRouteTableRouteGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class DefaultRouteTableRouteGetArgs : ResourceArgs

Constructors

View Source

DefaultRouteTableRouteGetArgs()

Declaration
public DefaultRouteTableRouteGetArgs()

Properties

View Source

CidrBlock

The CIDR block of the route.

Declaration
public Input<string> CidrBlock { 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

Ipv6CidrBlock

The Ipv6 CIDR block of the route

Declaration
public Input<string> Ipv6CidrBlock { 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

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.