Class DescribeApiDestinationResponse

    • Method Detail

      • apiDestinationArn

        public final String apiDestinationArn()

        The ARN of the API destination retrieved.

        Returns:
        The ARN of the API destination retrieved.
      • name

        public final String name()

        The name of the API destination retrieved.

        Returns:
        The name of the API destination retrieved.
      • description

        public final String description()

        The description for the API destination retrieved.

        Returns:
        The description for the API destination retrieved.
      • connectionArn

        public final String connectionArn()

        The ARN of the connection specified for the API destination retrieved.

        Returns:
        The ARN of the connection specified for the API destination retrieved.
      • invocationEndpoint

        public final String invocationEndpoint()

        The URL to use to connect to the HTTP endpoint.

        Returns:
        The URL to use to connect to the HTTP endpoint.
      • invocationRateLimitPerSecond

        public final Integer invocationRateLimitPerSecond()

        The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.

        Returns:
        The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.
      • creationTime

        public final Instant creationTime()

        A time stamp for the time that the API destination was created.

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

        public final Instant lastModifiedTime()

        A time stamp for the time that the API destination was last modified.

        Returns:
        A time stamp for the time that the API destination was last modified.
      • 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