public static interface CloudWatchLogsConfigurationType.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogsConfigurationType.Builder,CloudWatchLogsConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsConfigurationType.Builder |
logGroupArn(String logGroupArn)
The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCloudWatchLogsConfigurationType.Builder logGroupArn(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.
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.
Copyright © 2023. All rights reserved.