You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::TransitGatewayOptions

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes the options for a transit gateway.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#amazon_side_asnInteger

A 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.

Returns:

  • (Integer)

    A private Autonomous System Number (ASN) for the Amazon side of a BGP session.

#association_default_route_table_idString

The ID of the default association route table.

Returns:

  • (String)

    The ID of the default association route table.

#auto_accept_shared_attachmentsString

Indicates whether attachment requests are automatically accepted.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Indicates whether attachment requests are automatically accepted.

#default_route_table_associationString

Indicates whether resource attachments are automatically associated with the default association route table.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Indicates whether resource attachments are automatically associated with the default association route table.

#default_route_table_propagationString

Indicates whether resource attachments automatically propagate routes to the default propagation route table.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Indicates whether resource attachments automatically propagate routes to the default propagation route table.

#dns_supportString

Indicates whether DNS support is enabled.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Indicates whether DNS support is enabled.

#multicast_supportString

Indicates whether multicast is enabled on the transit gateway

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Indicates whether multicast is enabled on the transit gateway.

#propagation_default_route_table_idString

The ID of the default propagation route table.

Returns:

  • (String)

    The ID of the default propagation route table.

#vpn_ecmp_supportString

Indicates whether Equal Cost Multipath Protocol support is enabled.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Indicates whether Equal Cost Multipath Protocol support is enabled.