Class MainRouteTableAssociationArgs
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 MainRouteTableAssociationArgs : ResourceArgs
Constructors
View SourceMainRouteTableAssociationArgs()
Declaration
public MainRouteTableAssociationArgs()
Properties
View SourceRouteTableId
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> |