Class: Aws::OpenSearchService::Types::CreateOutboundConnectionResponse

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

Overview

The result of a CreateOutboundConnection request. Contains details about the newly created cross-cluster connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_aliasString

Name of the connection.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1495

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

#connection_idString

The unique identifier for the created outbound connection, which is used for subsequent operations on the connection.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1495

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

#connection_modeString

The connection mode.

Returns:

  • (String)


1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1495

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

#connection_propertiesTypes::ConnectionProperties

The ConnectionProperties for the newly created connection.



1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1495

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

#connection_statusTypes::OutboundConnectionStatus

The status of the connection.



1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1495

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

#local_domain_infoTypes::DomainInformationContainer

Information about the source (local) domain.



1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1495

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

#remote_domain_infoTypes::DomainInformationContainer

Information about the destination (remote) domain.



1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1495

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