rules/customer-fc/aggregate-ram-role-last-login-expired-check-v2.py [69:78]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            'complianceResourceType': resource_type,
            'complianceRegionId': region_id,
            'orderingTimestamp': ordering_timestamp,
            'complianceType': compliance_type,
            'annotation': annotation
        }
    ]

    put_evaluations(context, result_token, evaluations)
    return evaluations
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



rules/customer-fc/aggregate-ram-role-last-login-expired-check.py [62:71]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            'complianceResourceType': resource_type,
            'complianceRegionId': region_id,
            'orderingTimestamp': ordering_timestamp,
            'complianceType': compliance_type,
            'annotation': annotation
        }
    ]

    put_evaluations(context, result_token, evaluations)
    return evaluations
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



