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

Class: Aws::EC2::Types::ModifyTransitGatewayOptions

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

Overview

Note:

When passing ModifyTransitGatewayOptions as input to an Aws::Client method, you can use a vanilla Hash:

{
  vpn_ecmp_support: "enable", # accepts enable, disable
  dns_support: "enable", # accepts enable, disable
  auto_accept_shared_attachments: "enable", # accepts enable, disable
  default_route_table_association: "enable", # accepts enable, disable
  association_default_route_table_id: "TransitGatewayRouteTableId",
  default_route_table_propagation: "enable", # accepts enable, disable
  propagation_default_route_table_id: "TransitGatewayRouteTableId",
}

The transit gateway options.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#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

Enable or disable automatic acceptance of attachment requests.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Enable or disable automatic acceptance of attachment requests.

#default_route_table_associationString

Enable or disable automatic association with the default association route table.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Enable or disable automatic association with the default association route table.

#default_route_table_propagationString

Enable or disable automatic propagation of routes to the default propagation route table.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Enable or disable automatic propagation of routes to the default propagation route table.

#dns_supportString

Enable or disable DNS support.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Enable or disable DNS support.

#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

Enable or disable Equal Cost Multipath Protocol support.

Possible values:

  • enable
  • disable

Returns:

  • (String)

    Enable or disable Equal Cost Multipath Protocol support.