Interface CloudWatchLogsConfigurationType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudWatchLogsConfigurationType.Builder,CloudWatchLogsConfigurationType>,SdkBuilder<CloudWatchLogsConfigurationType.Builder,CloudWatchLogsConfigurationType>,SdkPojo
- Enclosing class:
- CloudWatchLogsConfigurationType
public static interface CloudWatchLogsConfigurationType.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogsConfigurationType.Builder,CloudWatchLogsConfigurationType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudWatchLogsConfigurationType.BuilderlogGroupArn(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
logGroupArn
CloudWatchLogsConfigurationType.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.- 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.
-
-