Show / Hide Table of Contents

Class MainRouteTableAssociationState

Inheritance
System.Object
InputArgs
ResourceArgs
MainRouteTableAssociationState
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 MainRouteTableAssociationState : ResourceArgs

Constructors

View Source

MainRouteTableAssociationState()

Declaration
public MainRouteTableAssociationState()

Properties

View Source

OriginalRouteTableId

Used internally, see Notes below

Declaration
public Input<string> OriginalRouteTableId { get; set; }
Property Value
Type Description
Input<System.String>
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.