Class RouteTableAssociationState
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 RouteTableAssociationState : ResourceArgs
Constructors
View SourceRouteTableAssociationState()
Declaration
public RouteTableAssociationState()
Properties
View SourceGatewayId
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> |
RouteTableId
The ID of the routing table to associate with.
Declaration
public Input<string> RouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |