Class RouteArgs
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.Ec2TransitGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RouteArgs : ResourceArgs
Constructors
View SourceRouteArgs()
Declaration
public RouteArgs()
Properties
View SourceBlackhole
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> |
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> |
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> |
TransitGatewayRouteTableId
Identifier of EC2 Transit Gateway Route Table.
Declaration
public Input<string> TransitGatewayRouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |