Method: Aws::Kendra::Types::BasicAuthenticationConfiguration#port

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

#portInteger

The port number of the website host you want to connect to using authentication credentials.

For example, the port for a.example.com/page1.html is 443, the standard port for HTTPS.

Returns:

  • (Integer)


650
651
652
653
654
655
656
# File 'lib/aws-sdk-kendra/types.rb', line 650

class BasicAuthenticationConfiguration < Struct.new(
  :host,
  :port,
  :credentials)
  SENSITIVE = []
  include Aws::Structure
end