Class RouteTableState
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 RouteTableState : ResourceArgs
Constructors
View SourceRouteTableState()
Declaration
public RouteTableState()
Properties
View SourceDefaultAssociationRouteTable
Boolean whether this is the default association route table for the EC2 Transit Gateway.
Declaration
public Input<bool> DefaultAssociationRouteTable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
DefaultPropagationRouteTable
Boolean whether this is the default propagation route table for the EC2 Transit Gateway.
Declaration
public Input<bool> DefaultPropagationRouteTable { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Tags
Key-value tags for the EC2 Transit Gateway Route Table.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
TransitGatewayId
Identifier of EC2 Transit Gateway.
Declaration
public Input<string> TransitGatewayId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |