Class TransitGatewayState
Inherited Members
Namespace: Pulumi.Aws.Ec2TransitGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class TransitGatewayState : ResourceArgs
Constructors
View SourceTransitGatewayState()
Declaration
public TransitGatewayState()
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> |
Arn
EC2 Transit Gateway Amazon Resource Name (ARN)
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AssociationDefaultRouteTableId
Identifier of the default association route table
Declaration
public Input<string> AssociationDefaultRouteTableId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
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> |
PropagationDefaultRouteTableId
Identifier of the default propagation route table
Declaration
public Input<string> PropagationDefaultRouteTableId { 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> |