Class: Aws::OpenSearchService::Types::CreateOutboundConnectionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchservice/types.rb

Overview

Container for the parameters to the CreateOutboundConnection operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_aliasString

Name of the connection.

Returns:

  • (String)


1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1932

class CreateOutboundConnectionRequest < Struct.new(
  :local_domain_info,
  :remote_domain_info,
  :connection_alias,
  :connection_mode,
  :connection_properties)
  SENSITIVE = []
  include Aws::Structure
end

#connection_modeString

The connection mode.

Returns:

  • (String)


1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1932

class CreateOutboundConnectionRequest < Struct.new(
  :local_domain_info,
  :remote_domain_info,
  :connection_alias,
  :connection_mode,
  :connection_properties)
  SENSITIVE = []
  include Aws::Structure
end

#connection_propertiesTypes::ConnectionProperties

The ConnectionProperties for the outbound connection.



1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1932

class CreateOutboundConnectionRequest < Struct.new(
  :local_domain_info,
  :remote_domain_info,
  :connection_alias,
  :connection_mode,
  :connection_properties)
  SENSITIVE = []
  include Aws::Structure
end

#local_domain_infoTypes::DomainInformationContainer

Name and Region of the source (local) domain.



1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1932

class CreateOutboundConnectionRequest < Struct.new(
  :local_domain_info,
  :remote_domain_info,
  :connection_alias,
  :connection_mode,
  :connection_properties)
  SENSITIVE = []
  include Aws::Structure
end

#remote_domain_infoTypes::DomainInformationContainer

Name and Region of the destination (remote) domain.



1932
1933
1934
1935
1936
1937
1938
1939
1940
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1932

class CreateOutboundConnectionRequest < Struct.new(
  :local_domain_info,
  :remote_domain_info,
  :connection_alias,
  :connection_mode,
  :connection_properties)
  SENSITIVE = []
  include Aws::Structure
end