@Generated(value="software.amazon.awssdk:codegen") public final class CloudWatchLogsConfigurationType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CloudWatchLogsConfigurationType.Builder,CloudWatchLogsConfigurationType>
The CloudWatch logging destination of a user pool detailed activity logging configuration.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CloudWatchLogsConfigurationType.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CloudWatchLogsConfigurationType.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
logGroupArn()
The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CloudWatchLogsConfigurationType.Builder> |
serializableBuilderClass() |
CloudWatchLogsConfigurationType.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String logGroupArn()
The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs. The log group must not be encrypted with Key Management Service and must be in the same Amazon Web Services account as your user pool.
To send logs to log groups with a resource policy of a size greater than 5120 characters, configure a log group
with a path that starts with /aws/vendedlogs. For more information, see Enabling
logging from certain Amazon Web Services services.
To send logs to log groups with a resource policy of a size greater than 5120 characters, configure a log
group with a path that starts with /aws/vendedlogs. For more information, see Enabling logging from certain Amazon Web Services services.
public CloudWatchLogsConfigurationType.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CloudWatchLogsConfigurationType.Builder,CloudWatchLogsConfigurationType>public static CloudWatchLogsConfigurationType.Builder builder()
public static Class<? extends CloudWatchLogsConfigurationType.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.