diff --git a/src/processor/connector/snapshot_aws.py b/src/processor/connector/snapshot_aws.py index 0fab1f9c..3a793196 100644 --- a/src/processor/connector/snapshot_aws.py +++ b/src/processor/connector/snapshot_aws.py @@ -498,7 +498,8 @@ def _get_function_kwargs(arn_str, function_name, existing_json): return { 'FunctionName': resource_id } - elif client_str == "redshift" and function_name == "describe_clusters": + elif client_str == "redshift" and function_name in ["describe_clusters",\ + "describe_logging_status"]: return { 'ClusterIdentifier': resource_id }