You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ElasticsearchService::Types::InboundCrossClusterSearchConnectionStatus

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Specifies the coonection status of an inbound cross-cluster search connection.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Specifies verbose information for the inbound connection status.

Returns:

  • (String)

    Specifies verbose information for the inbound connection status.

#status_codeString

The state code for inbound connection. This can be one of the following:

  • PENDING_ACCEPTANCE: Inbound connection is not yet accepted by destination domain owner.
  • APPROVED: Inbound connection is pending acceptance by destination domain owner.
  • REJECTING: Inbound connection rejection is in process.
  • REJECTED: Inbound connection is rejected.
  • DELETING: Inbound connection deletion is in progress.
  • DELETED: Inbound connection is deleted and cannot be used further.

    Possible values:

    • PENDING_ACCEPTANCE
    • APPROVED
    • REJECTING
    • REJECTED
    • DELETING
    • DELETED

Returns:

  • (String)

    The state code for inbound connection.