Class MainRouteTableAssociationState
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MainRouteTableAssociationState : ResourceArgs
Constructors
View SourceMainRouteTableAssociationState()
Declaration
public MainRouteTableAssociationState()
Properties
View SourceOriginalRouteTableId
Used internally, see Notes below
Declaration
public Input<string> OriginalRouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RouteTableId
The ID of the Route Table to set as the new main route table for the target VPC
Declaration
public Input<string> RouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
VpcId
The ID of the VPC whose main route table should be set
Declaration
public Input<string> VpcId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |