Class GetLoggingConfigurationRequest

    • Method Detail

      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.

        Returns:
        The Amazon Resource Name (ARN) of the web ACL for which you want to get the LoggingConfiguration.
      • logType

        public final LogType logType()

        Used to distinguish between various logging options. Currently, there is one option.

        Default: WAF_LOGS

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

        Returns:
        Used to distinguish between various logging options. Currently, there is one option.

        Default: WAF_LOGS

        See Also:
        LogType
      • logTypeAsString

        public final String logTypeAsString()

        Used to distinguish between various logging options. Currently, there is one option.

        Default: WAF_LOGS

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

        Returns:
        Used to distinguish between various logging options. Currently, there is one option.

        Default: WAF_LOGS

        See Also:
        LogType
      • logScope

        public final LogScope logScope()

        The owner of the logging configuration, which must be set to CUSTOMER for the configurations that you manage.

        The log scope SECURITY_LAKE indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.

        Default: CUSTOMER

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

        Returns:
        The owner of the logging configuration, which must be set to CUSTOMER for the configurations that you manage.

        The log scope SECURITY_LAKE indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.

        Default: CUSTOMER

        See Also:
        LogScope
      • logScopeAsString

        public final String logScopeAsString()

        The owner of the logging configuration, which must be set to CUSTOMER for the configurations that you manage.

        The log scope SECURITY_LAKE indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.

        Default: CUSTOMER

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

        Returns:
        The owner of the logging configuration, which must be set to CUSTOMER for the configurations that you manage.

        The log scope SECURITY_LAKE indicates a configuration that is managed through Amazon Security Lake. You can use Security Lake to collect log and event data from various sources for normalization, analysis, and management. For information, see Collecting data from Amazon Web Services services in the Amazon Security Lake user guide.

        Default: CUSTOMER

        See Also:
        LogScope
      • 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