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.
1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1519 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.
1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1519 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.
1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1519 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.
1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1519 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.
1519 1520 1521 1522 1523 1524 1525 1526 1527 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 1519 class CreateOutboundConnectionRequest < Struct.new( :local_domain_info, :remote_domain_info, :connection_alias, :connection_mode, :connection_properties) SENSITIVE = [] include Aws::Structure end |