Class: Aws::OpenSearchService::Types::ConnectionProperties

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

Overview

The connection properties of an outbound connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cross_cluster_searchTypes::CrossClusterSearchConnectionProperties

The connection properties for cross cluster search.



1237
1238
1239
1240
1241
1242
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1237

class ConnectionProperties < Struct.new(
  :endpoint,
  :cross_cluster_search)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The Endpoint attribute cannot be modified.

The endpoint of the remote domain. Applicable for VPC_ENDPOINT connection mode.

Returns:

  • (String)


1237
1238
1239
1240
1241
1242
# File 'gems/aws-sdk-opensearchservice/lib/aws-sdk-opensearchservice/types.rb', line 1237

class ConnectionProperties < Struct.new(
  :endpoint,
  :cross_cluster_search)
  SENSITIVE = []
  include Aws::Structure
end