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.Ec2TransitGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RouteTableAssociationState : ResourceArgs

Constructors

View Source

RouteTableAssociationState()

Declaration
public RouteTableAssociationState()

Properties

View Source

ResourceId

Identifier of the resource

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

ResourceType

Type of the resource

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

TransitGatewayAttachmentId

Identifier of EC2 Transit Gateway Attachment.

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

TransitGatewayRouteTableId

Identifier of EC2 Transit Gateway Route Table.

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