class Aws::OpenSearchService::Types::CreateOutboundConnectionRequest

Container for the parameters to the ` CreateOutboundConnection ` operation.

@note When making an API call, you may pass CreateOutboundConnectionRequest

data as a hash:

    {
      local_domain_info: { # required
        aws_domain_information: {
          owner_id: "OwnerId",
          domain_name: "DomainName", # required
          region: "Region",
        },
      },
      remote_domain_info: { # required
        aws_domain_information: {
          owner_id: "OwnerId",
          domain_name: "DomainName", # required
          region: "Region",
        },
      },
      connection_alias: "ConnectionAlias", # required
    }

@!attribute [rw] local_domain_info

The ` AWSDomainInformation ` for the local OpenSearch domain.
@return [Types::DomainInformationContainer]

@!attribute [rw] remote_domain_info

The ` AWSDomainInformation ` for the remote OpenSearch domain.
@return [Types::DomainInformationContainer]

@!attribute [rw] connection_alias

The connection alias used used by the customer for this
cross-cluster connection.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/opensearch-2021-01-01/CreateOutboundConnectionRequest AWS API Documentation

Constants

SENSITIVE