AWSCognitoIdentityProviderCloudWatchLogsConfigurationType

Objective-C

@interface AWSCognitoIdentityProviderCloudWatchLogsConfigurationType

Swift

class AWSCognitoIdentityProviderCloudWatchLogsConfigurationType

The CloudWatch logging destination of a user pool detailed activity logging configuration.

  • 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.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable logGroupArn;

    Swift

    var logGroupArn: String? { get set }