Show / Hide Table of Contents

Class RouteTableAssociationState

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

Constructors

View Source

RouteTableAssociationState()

Declaration
public RouteTableAssociationState()

Properties

View Source

GatewayId

The gateway ID to create an association. Conflicts with subnet_id.

Declaration
public Input<string> GatewayId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

RouteTableId

The ID of the routing table to associate with.

Declaration
public Input<string> RouteTableId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SubnetId

The subnet ID to create an association. Conflicts with gateway_id.

Declaration
public Input<string> SubnetId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.