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.Ec2TransitGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RouteState : ResourceArgs

Constructors

View Source

RouteState()

Declaration
public RouteState()

Properties

View Source

Blackhole

Indicates whether to drop traffic that matches this route (default to false).

Declaration
public Input<bool> Blackhole { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DestinationCidrBlock

IPv4 CIDR range used for destination matches. Routing decisions are based on the most specific match.

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

TransitGatewayAttachmentId

Identifier of EC2 Transit Gateway Attachment (required if blackhole is set to false).

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

TransitGatewayRouteTableId

Identifier of EC2 Transit Gateway Route Table.

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