Show / Hide Table of Contents

Class TransitGatewayState

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

Constructors

View Source

TransitGatewayState()

Declaration
public TransitGatewayState()

Properties

View Source

AmazonSideAsn

Private Autonomous System Number (ASN) for the Amazon side of a BGP session. The range is 64512 to 65534 for 16-bit ASNs and 4200000000 to 4294967294 for 32-bit ASNs. Default value: 64512.

Declaration
public Input<int> AmazonSideAsn { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Arn

EC2 Transit Gateway Amazon Resource Name (ARN)

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

AssociationDefaultRouteTableId

Identifier of the default association route table

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

AutoAcceptSharedAttachments

Whether resource attachment requests are automatically accepted. Valid values: disable, enable. Default value: disable.

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

DefaultRouteTableAssociation

Whether resource attachments are automatically associated with the default association route table. Valid values: disable, enable. Default value: enable.

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

DefaultRouteTablePropagation

Whether resource attachments automatically propagate routes to the default propagation route table. Valid values: disable, enable. Default value: enable.

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

Description

Description of the EC2 Transit Gateway.

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

DnsSupport

Whether DNS support is enabled. Valid values: disable, enable. Default value: enable.

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

OwnerId

Identifier of the AWS account that owns the EC2 Transit Gateway

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

PropagationDefaultRouteTableId

Identifier of the default propagation route table

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

Tags

Key-value tags for the EC2 Transit Gateway.

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

VpnEcmpSupport

Whether VPN Equal Cost Multipath Protocol support is enabled. Valid values: disable, enable. Default value: enable.

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