Class HttpsNotificationConfiguration

    • Method Detail

      • authorizationApiKeyName

        public final String authorizationApiKeyName()

        The key name for the notification subscription.

        Returns:
        The key name for the notification subscription.
      • authorizationApiKeyValue

        public final String authorizationApiKeyValue()

        The key value for the notification subscription.

        Returns:
        The key value for the notification subscription.
      • endpoint

        public final String endpoint()

        The subscription endpoint in Security Lake. If you prefer notification with an HTTPs endpoint, populate this field.

        Returns:
        The subscription endpoint in Security Lake. If you prefer notification with an HTTPs endpoint, populate this field.
      • httpMethod

        public final HttpMethod httpMethod()

        The HTTPS method used for the notification subscription.

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

        Returns:
        The HTTPS method used for the notification subscription.
        See Also:
        HttpMethod
      • httpMethodAsString

        public final String httpMethodAsString()

        The HTTPS method used for the notification subscription.

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

        Returns:
        The HTTPS method used for the notification subscription.
        See Also:
        HttpMethod
      • targetRoleArn

        public final String targetRoleArn()

        The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created. For more information about ARNs and how to use them in policies, see Managing data access and Amazon Web Services Managed Policies in the Amazon Security Lake User Guide.

        Returns:
        The Amazon Resource Name (ARN) of the EventBridge API destinations IAM role that you created. For more information about ARNs and how to use them in policies, see Managing data access and Amazon Web Services Managed Policies in the Amazon Security Lake User Guide.
      • 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)