Class: Aws::OpenSearchService::Types::CreateOutboundConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::CreateOutboundConnectionRequest
- 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
-
#connection_alias ⇒ String
Name of the connection.
-
#connection_mode ⇒ String
The connection mode.
-
#connection_properties ⇒ Types::ConnectionProperties
The ‘ConnectionProperties` for the outbound connection.
-
#local_domain_info ⇒ Types::DomainInformationContainer
Name and Region of the source (local) domain.
-
#remote_domain_info ⇒ Types::DomainInformationContainer
Name and Region of the destination (remote) domain.
Instance Attribute Details
#connection_alias ⇒ String
Name of the connection.
1750 1751 1752 1753 1754 1755 1756 1757 1758 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1750 class CreateOutboundConnectionRequest < Struct.new( :local_domain_info, :remote_domain_info, :connection_alias, :connection_mode, :connection_properties) SENSITIVE = [] include Aws::Structure end |
#connection_mode ⇒ String
The connection mode.
1750 1751 1752 1753 1754 1755 1756 1757 1758 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1750 class CreateOutboundConnectionRequest < Struct.new( :local_domain_info, :remote_domain_info, :connection_alias, :connection_mode, :connection_properties) SENSITIVE = [] include Aws::Structure end |
#connection_properties ⇒ Types::ConnectionProperties
The ‘ConnectionProperties` for the outbound connection.
1750 1751 1752 1753 1754 1755 1756 1757 1758 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1750 class CreateOutboundConnectionRequest < Struct.new( :local_domain_info, :remote_domain_info, :connection_alias, :connection_mode, :connection_properties) SENSITIVE = [] include Aws::Structure end |
#local_domain_info ⇒ Types::DomainInformationContainer
Name and Region of the source (local) domain.
1750 1751 1752 1753 1754 1755 1756 1757 1758 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1750 class CreateOutboundConnectionRequest < Struct.new( :local_domain_info, :remote_domain_info, :connection_alias, :connection_mode, :connection_properties) SENSITIVE = [] include Aws::Structure end |
#remote_domain_info ⇒ Types::DomainInformationContainer
Name and Region of the destination (remote) domain.
1750 1751 1752 1753 1754 1755 1756 1757 1758 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1750 class CreateOutboundConnectionRequest < Struct.new( :local_domain_info, :remote_domain_info, :connection_alias, :connection_mode, :connection_properties) SENSITIVE = [] include Aws::Structure end |