Show / Hide Table of Contents

Class RouteTablePropagationArgs

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

Constructors

View Source

RouteTablePropagationArgs()

Declaration
public RouteTablePropagationArgs()

Properties

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.