Class: Aws::ElasticsearchService::Types::CreateOutboundCrossClusterSearchConnectionRequest

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

Overview

Container for the parameters to the CreateOutboundCrossClusterSearchConnection operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connection_aliasString

Specifies the connection alias that will be used by the customer for this connection.

Returns:

  • (String)


1010
1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1010

class CreateOutboundCrossClusterSearchConnectionRequest < Struct.new(
  :source_domain_info,
  :destination_domain_info,
  :connection_alias)
  SENSITIVE = []
  include Aws::Structure
end

#destination_domain_infoTypes::DomainInformation

Specifies the DomainInformation for the destination Elasticsearch domain.



1010
1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1010

class CreateOutboundCrossClusterSearchConnectionRequest < Struct.new(
  :source_domain_info,
  :destination_domain_info,
  :connection_alias)
  SENSITIVE = []
  include Aws::Structure
end

#source_domain_infoTypes::DomainInformation

Specifies the DomainInformation for the source Elasticsearch domain.



1010
1011
1012
1013
1014
1015
1016
# File 'gems/aws-sdk-elasticsearchservice/lib/aws-sdk-elasticsearchservice/types.rb', line 1010

class CreateOutboundCrossClusterSearchConnectionRequest < Struct.new(
  :source_domain_info,
  :destination_domain_info,
  :connection_alias)
  SENSITIVE = []
  include Aws::Structure
end