Show / Hide Table of Contents

Class MainRouteTableAssociationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
MainRouteTableAssociationArgs
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.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class MainRouteTableAssociationArgs : ResourceArgs

Constructors

View Source

MainRouteTableAssociationArgs()

Declaration
public MainRouteTableAssociationArgs()

Properties

View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.