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)


1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1705

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)


1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1705

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.



1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1705

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.



1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1705

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.



1705
1706
1707
1708
1709
1710
1711
1712
1713
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1705

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