Class FunctionEventInvokeConfig

    • Method Detail

      • lastModified

        public final Instant lastModified()

        The date and time that the configuration was last updated.

        Returns:
        The date and time that the configuration was last updated.
      • functionArn

        public final String functionArn()

        The Amazon Resource Name (ARN) of the function.

        Returns:
        The Amazon Resource Name (ARN) of the function.
      • maximumRetryAttempts

        public final Integer maximumRetryAttempts()

        The maximum number of times to retry when the function returns an error.

        Returns:
        The maximum number of times to retry when the function returns an error.
      • maximumEventAgeInSeconds

        public final Integer maximumEventAgeInSeconds()

        The maximum age of a request that Lambda sends to a function for processing.

        Returns:
        The maximum age of a request that Lambda sends to a function for processing.
      • destinationConfig

        public final DestinationConfig destinationConfig()

        A destination for events after they have been sent to a function for processing.

        Destinations

        • Function - The Amazon Resource Name (ARN) of a Lambda function.

        • Queue - The ARN of a standard SQS queue.

        • Topic - The ARN of a standard SNS topic.

        • Event Bus - The ARN of an Amazon EventBridge event bus.

        Returns:
        A destination for events after they have been sent to a function for processing.

        Destinations

        • Function - The Amazon Resource Name (ARN) of a Lambda function.

        • Queue - The ARN of a standard SQS queue.

        • Topic - The ARN of a standard SNS topic.

        • Event Bus - The ARN of an Amazon EventBridge event bus.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)