Class TransitGatewayArgs
Inherited Members
Namespace: Pulumi.Aws.Ec2TransitGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TransitGatewayArgs : ResourceArgs
Constructors
View SourceTransitGatewayArgs()
Declaration
public TransitGatewayArgs()
Properties
View SourceAmazonSideAsn
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> |
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> |
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> |
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> |
Description
Description of the EC2 Transit Gateway.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Tags
Key-value tags for the EC2 Transit Gateway.
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |
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> |