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.
1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1427 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.
1427 1428 1429 1430 1431 1432 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1427 class ConnectionProperties < Struct.new( :endpoint, :cross_cluster_search) SENSITIVE = [] include Aws::Structure end |