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.Ec2TransitGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class RouteTableAssociationState : ResourceArgs
Constructors
View SourceRouteTableAssociationState()
Declaration
public RouteTableAssociationState()
Properties
View SourceResourceId
Identifier of the resource
Declaration
public Input<string> ResourceId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceType
Type of the resource
Declaration
public Input<string> ResourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TransitGatewayAttachmentId
Identifier of EC2 Transit Gateway Attachment.
Declaration
public Input<string> TransitGatewayAttachmentId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TransitGatewayRouteTableId
Identifier of EC2 Transit Gateway Route Table.
Declaration
public Input<string> TransitGatewayRouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |