Interface CloudWatchLogsConfigurationType.Builder

All Superinterfaces:
Buildable, CopyableBuilder<CloudWatchLogsConfigurationType.Builder,CloudWatchLogsConfigurationType>, SdkBuilder<CloudWatchLogsConfigurationType.Builder,CloudWatchLogsConfigurationType>, SdkPojo
Enclosing class:
CloudWatchLogsConfigurationType

@Mutable @NotThreadSafe public static interface CloudWatchLogsConfigurationType.Builder extends SdkPojo, CopyableBuilder<CloudWatchLogsConfigurationType.Builder,CloudWatchLogsConfigurationType>
  • 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.