Show / Hide Table of Contents

Class RouteTableState

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

Constructors

View Source

RouteTableState()

Declaration
public RouteTableState()

Properties

View Source

DefaultAssociationRouteTable

Boolean whether this is the default association route table for the EC2 Transit Gateway.

Declaration
public Input<bool> DefaultAssociationRouteTable { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

DefaultPropagationRouteTable

Boolean whether this is the default propagation route table for the EC2 Transit Gateway.

Declaration
public Input<bool> DefaultPropagationRouteTable { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Tags

Key-value tags for the EC2 Transit Gateway Route Table.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

TransitGatewayId

Identifier of EC2 Transit Gateway.

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