Method: Aws::DirectConnect::Types::NewTransitVirtualInterfaceAllocation#auth_key

Defined in:
lib/aws-sdk-directconnect/types.rb

#auth_keyString

The authentication key for BGP configuration. This string has a minimum length of 6 characters and and a maximun lenth of 80 characters.

Returns:

  • (String)


3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
# File 'lib/aws-sdk-directconnect/types.rb', line 3656

class NewTransitVirtualInterfaceAllocation < Struct.new(
  :virtual_interface_name,
  :vlan,
  :asn,
  :asn_long,
  :mtu,
  :auth_key,
  :amazon_address,
  :customer_address,
  :address_family,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end