@Generated(value="software.amazon.awssdk:codegen") public final class LogConfigurationType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogConfigurationType.Builder,LogConfigurationType>
The logging parameters of a user pool.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogConfigurationType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static LogConfigurationType.Builder |
builder() |
CloudWatchLogsConfigurationType |
cloudWatchLogsConfiguration()
The CloudWatch logging destination of a user pool.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EventSourceName |
eventSource()
The source of events that your user pool sends for detailed activity logging.
|
String |
eventSourceAsString()
The source of events that your user pool sends for detailed activity logging.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LogLevel |
logLevel()
The
errorlevel selection of logs that a user pool sends for detailed activity logging. |
String |
logLevelAsString()
The
errorlevel selection of logs that a user pool sends for detailed activity logging. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogConfigurationType.Builder> |
serializableBuilderClass() |
LogConfigurationType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final LogLevel logLevel()
The errorlevel selection of logs that a user pool sends for detailed activity logging.
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
errorlevel selection of logs that a user pool sends for detailed activity logging.LogLevelpublic final String logLevelAsString()
The errorlevel selection of logs that a user pool sends for detailed activity logging.
If the service returns an enum value that is not available in the current SDK version, logLevel will
return LogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
logLevelAsString().
errorlevel selection of logs that a user pool sends for detailed activity logging.LogLevelpublic final EventSourceName eventSource()
The source of events that your user pool sends for detailed activity logging.
If the service returns an enum value that is not available in the current SDK version, eventSource will
return EventSourceName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventSourceAsString().
EventSourceNamepublic final String eventSourceAsString()
The source of events that your user pool sends for detailed activity logging.
If the service returns an enum value that is not available in the current SDK version, eventSource will
return EventSourceName.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
eventSourceAsString().
EventSourceNamepublic final CloudWatchLogsConfigurationType cloudWatchLogsConfiguration()
The CloudWatch logging destination of a user pool.
public LogConfigurationType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LogConfigurationType.Builder,LogConfigurationType>public static LogConfigurationType.Builder builder()
public static Class<? extends LogConfigurationType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.