Class DescribeConnectionResponse

    • Method Detail

      • connectionArn

        public final String connectionArn()

        The ARN of the connection retrieved.

        Returns:
        The ARN of the connection retrieved.
      • name

        public final String name()

        The name of the connection retrieved.

        Returns:
        The name of the connection retrieved.
      • description

        public final String description()

        The description for the connection retrieved.

        Returns:
        The description for the connection retrieved.
      • invocationConnectivityParameters

        public final DescribeConnectionConnectivityParameters invocationConnectivityParameters()

        For connections to private resource endpoints. The parameters EventBridge uses to invoke the resource endpoint.

        For more information, see Connecting to private resources in the Amazon EventBridge User Guide .

        Returns:
        For connections to private resource endpoints. The parameters EventBridge uses to invoke the resource endpoint.

        For more information, see Connecting to private resources in the Amazon EventBridge User Guide .

      • connectionStateAsString

        public final String connectionStateAsString()

        The state of the connection retrieved.

        If the service returns an enum value that is not available in the current SDK version, connectionState will return ConnectionState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from connectionStateAsString().

        Returns:
        The state of the connection retrieved.
        See Also:
        ConnectionState
      • stateReason

        public final String stateReason()

        The reason that the connection is in the current connection state.

        Returns:
        The reason that the connection is in the current connection state.
      • secretArn

        public final String secretArn()

        The ARN of the secret created from the authorization parameters specified for the connection.

        Returns:
        The ARN of the secret created from the authorization parameters specified for the connection.
      • authParameters

        public final ConnectionAuthResponseParameters authParameters()

        The parameters to use for authorization for the connection.

        Returns:
        The parameters to use for authorization for the connection.
      • creationTime

        public final Instant creationTime()

        A time stamp for the time that the connection was created.

        Returns:
        A time stamp for the time that the connection was created.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        A time stamp for the time that the connection was last modified.

        Returns:
        A time stamp for the time that the connection was last modified.
      • lastAuthorizedTime

        public final Instant lastAuthorizedTime()

        A time stamp for the time that the connection was last authorized.

        Returns:
        A time stamp for the time that the connection was last authorized.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object