Class DefaultRouteTableRouteGetArgs
Inherited Members
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 SourceDefaultRouteTableRouteGetArgs()
Declaration
public DefaultRouteTableRouteGetArgs()
Properties
View SourceCidrBlock
The CIDR block of the route.
Declaration
public Input<string> CidrBlock { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
EgressOnlyGatewayId
Identifier of a VPC Egress Only Internet Gateway.
Declaration
public Input<string> EgressOnlyGatewayId { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
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> |
InstanceId
Identifier of an EC2 instance.
Declaration
public Input<string> InstanceId { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
Ipv6CidrBlock
The Ipv6 CIDR block of the route
Declaration
public Input<string> Ipv6CidrBlock { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
NatGatewayId
Identifier of a VPC NAT gateway.
Declaration
public Input<string> NatGatewayId { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
NetworkInterfaceId
Identifier of an EC2 network interface.
Declaration
public Input<string> NetworkInterfaceId { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
TransitGatewayId
Identifier of an EC2 Transit Gateway.
Declaration
public Input<string> TransitGatewayId { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |
VpcPeeringConnectionId
Identifier of a VPC peering connection.
Declaration
public Input<string> VpcPeeringConnectionId { get; set; }
Property Value
Type | Description |
---|---|
Input<System.String> |