Interface CloudWatchLogsConfigurationType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLogsConfigurationType.Builder,,CloudWatchLogsConfigurationType> SdkBuilder<CloudWatchLogsConfigurationType.Builder,,CloudWatchLogsConfigurationType> SdkPojo
- Enclosing class:
- CloudWatchLogsConfigurationType
-
Method Summary
Modifier and TypeMethodDescriptionlogGroupArn(String logGroupArn) The Amazon Resource Name (arn) of a CloudWatch Logs log group where your user pool sends logs.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-