The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::EC2::TransitGatewayOptions

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::EC2::TransitGatewayOptions object:

  $service_obj->Method(Att1 => { AmazonSideAsn => $value, ..., VpnEcmpSupport => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::EC2::TransitGatewayOptions object:

  $result = $service_obj->Method(...);
  $result->Att1->AmazonSideAsn

DESCRIPTION

This class has no description

ATTRIBUTES

AmazonSideAsn => Int

  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.

AssociationDefaultRouteTableId => Str

  The ID of the default association route table.

AutoAcceptSharedAttachments => Str

  Indicates whether attachment requests are automatically accepted.

DefaultRouteTableAssociation => Str

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

DefaultRouteTablePropagation => Str

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

DnsSupport => Str

  Indicates whether DNS support is enabled.

MulticastSupport => Str

  Indicates whether multicast is enabled on the transit gateway

PropagationDefaultRouteTableId => Str

  The ID of the default propagation route table.

VpnEcmpSupport => Str

  Indicates whether Equal Cost Multipath Protocol support is enabled.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::EC2

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues