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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-opensearchservice/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)


1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1451

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)


1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1451

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.



1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1451

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.



1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1451

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.



1451
1452
1453
1454
1455
1456
1457
1458
1459
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1451

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