Class: Aws::OpenSearchService::Types::ConnectionProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::ConnectionProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The connection properties of an outbound connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cross_cluster_search ⇒ Types::CrossClusterSearchConnectionProperties
The connection properties for cross cluster search.
-
#endpoint ⇒ String
The Endpoint attribute cannot be modified.
Instance Attribute Details
#cross_cluster_search ⇒ Types::CrossClusterSearchConnectionProperties
The connection properties for cross cluster search.
1492 1493 1494 1495 1496 1497 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1492 class ConnectionProperties < Struct.new( :endpoint, :cross_cluster_search) SENSITIVE = [] include Aws::Structure end |
#endpoint ⇒ String
The Endpoint attribute cannot be modified.
The endpoint of the remote domain. Applicable for VPC_ENDPOINT connection mode.
1492 1493 1494 1495 1496 1497 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1492 class ConnectionProperties < Struct.new( :endpoint, :cross_cluster_search) SENSITIVE = [] include Aws::Structure end |